File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 "dev-global-uninstall" : " yarn global remove @numbersprotocol/nit" ,
2828 "dev-install" : " yarn run build && yarn add file:$PWD" ,
2929 "dev-uninstall" : " yarn remove @numbersprotocol/nit && yarn run clean" ,
30- "test " : " mocha -r ts-node/register tests/**/*.ts" ,
31- "test-single " : " mocha -r ts-node/register"
30+ "tests " : " mocha -r ts-node/register tests/**/*.ts" ,
31+ "test" : " mocha -r ts-node/register"
3232 },
3333 "bin" : " bin/nit.js" ,
3434 "devDependencies" : {
Original file line number Diff line number Diff line change 1- /* manual test: ./node_modules/mocha/bin/mocha -r ts-node/register --timeout 10000 tests/testAction.ts
1+ /* manual test: yarn run test --timeout 10000 tests/testAction.ts
22 */
33
44import { expect } from "chai" ;
Original file line number Diff line number Diff line change 1- /* manual test: ./node_modules/mocha/bin/mocha -r ts-node/register --timeout 10000 tests/testHttp.ts
1+ /* manual test: yarn run test --timeout 10000 tests/testHttp.ts
22 */
33
44import fs = require( "fs" ) ;
Original file line number Diff line number Diff line change 1- /* manual test: ./node_modules/mocha/bin/mocha -r ts-node/register --timeout 10000 tests/testIpfs.ts
1+ /* manual test: yarn run test --timeout 10000 tests/testIpfs.ts
22 */
33
44import fs = require( "fs" ) ;
Original file line number Diff line number Diff line change 1- /* manual test: yarn run mocha -r ts-node/register tests/testNit.ts
1+ /* manual test: yarn run test tests/testNit.ts
22 */
33
44import fs = require( "fs" ) ;
You can’t perform that action at this time.
0 commit comments