mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-04 10:43:29 +00:00
The node tests were moved
This commit is contained in:
parent
bca679dabc
commit
229c6ba512
@ -57,8 +57,8 @@
|
|||||||
"license-check": "npm install && license-checker --exclude \"MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0)\" | node scripts/handle-license-check.js",
|
"license-check": "npm install && license-checker --exclude \"MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0)\" | node scripts/handle-license-check.js",
|
||||||
"jsdoc:clean": "rimraf ./docs/output",
|
"jsdoc:clean": "rimraf ./docs/output",
|
||||||
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -u docs/tutorials -p package.json -c docs/conf.json",
|
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -u docs/tutorials -p package.json -c docs/conf.json",
|
||||||
"prenode-tests": "npm install --build-from-source && cd tests && npm install",
|
"prenode-tests": "npm install --build-from-source && cd tests/node && npm install",
|
||||||
"node-tests": "cd tests && npm run test && cd ..",
|
"node-tests": "cd tests/node && npm run test",
|
||||||
"test-runner:ava": "cd tests/test-runners/ava && npm install && npm test",
|
"test-runner:ava": "cd tests/test-runners/ava && npm install && npm test",
|
||||||
"test-runner:mocha": "cd tests/test-runners/mocha && npm install && npm test",
|
"test-runner:mocha": "cd tests/test-runners/mocha && npm install && npm test",
|
||||||
"test-runner:jest": "cd tests/test-runners/jest && npm install && npm test",
|
"test-runner:jest": "cd tests/test-runners/jest && npm install && npm test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user