mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
lint errors and test command update
This commit is contained in:
parent
fb3622b703
commit
56f9410dad
2 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@
|
|||
"start": "grunt dev",
|
||||
"build": "grunt prod",
|
||||
"repl": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings ./src/node/repl.mjs",
|
||||
"test": "grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
||||
"test": "grunt configTests && node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings --no-deprecation tests/operations/index.mjs",
|
||||
"test-node-consumer": "grunt testnodeconsumer",
|
||||
"testui": "grunt testui",
|
||||
"testuidev": "npx nightwatch --env=dev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue