We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218dc71 commit 5bcec2cCopy full SHA for 5bcec2c
package.json
@@ -64,7 +64,7 @@
64
"build:src": "tsc && chmod +x ./dist/admin/admin-bin.js",
65
"build:doc": "typedoc src/main.ts",
66
"postbuild:doc": "touch ./typedoc/.nojekyll",
67
- "test": "npm run build && npm run test:node && npm run test:browser && npm run test:perf",
+ "test": "npm run build && npm run test:node",
68
"test:node": "NODE_EXTRA_CA_CERTS=./test/fixtures/test-ca.pem TS_NODE_FILES=true mocha -r ts-node/register 'test/**/*.spec.ts'",
69
"test:browser": "npm run with-admin -- karma start",
70
"test:browser:debug": "npm run with-admin -- karma start --single-run=false --browsers ChromeWithCert",
0 commit comments