itowns 2.44.3-next.5 → 2.44.3-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODING.md +1 -1
- package/package.json +1 -1
package/CODING.md
CHANGED
|
@@ -63,7 +63,7 @@ Then tests can be run with five differents methods:
|
|
|
63
63
|
* `npm run test-dev`: build in development mode and run all tests in iTowns (to get more messages)
|
|
64
64
|
* `npm run test-unit`: run unit tests only
|
|
65
65
|
* `npm run test-functional`: run functional testing with examples only, use
|
|
66
|
-
`
|
|
66
|
+
`mocha -t 30000 --require test/functional/hooks_functional.js
|
|
67
67
|
test/functional/<test_case>.js` to run a single example
|
|
68
68
|
* `npm run test-with-coverage`: build and run all tests in iTowns and generate a
|
|
69
69
|
report on the coverage of the tests
|