update test command
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/module.js",
|
"module": "dist/module.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
|
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
|
||||||
"repl": "TS_NODE_CACHE=false TS_NODE_FILES=true ts-node test/repl.ts",
|
"repl": "TS_NODE_CACHE=false TS_NODE_FILES=true ts-node test/repl.ts",
|
||||||
"bundle": "rollup --config"
|
"bundle": "rollup --config"
|
||||||
},
|
},
|
||||||
|
|||||||
2325
test/__snapshots__/integration.test.ts.snap
Normal file
2325
test/__snapshots__/integration.test.ts.snap
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user