File: readme.md

package info (click to toggle)
node-opentip 2.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,592 kB
  • sloc: javascript: 22,701; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Tests

The tests are writte in coffeescript and are in the `src/` folder.

To compile them, launch `grunt js` in the project root folder.

To execute the tests, simply open the `test.html` file in a browser, or run
`npm test` in the root folder.