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.
Files changed (2) hide show
  1. package/CODING.md +1 -1
  2. 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
- `npx mocha -t 30000 test/functional/bootstrap.js
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itowns",
3
- "version": "2.44.3-next.5",
3
+ "version": "2.44.3-next.6",
4
4
  "description": "A JS/WebGL framework for 3D geospatial data visualization",
5
5
  "type": "module",
6
6
  "main": "lib/Main.js",