Skip to content

Commit 5bcec2c

Browse files
committed
WIP: Skip browser & perf tests
1 parent 218dc71 commit 5bcec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"build:src": "tsc && chmod +x ./dist/admin/admin-bin.js",
6565
"build:doc": "typedoc src/main.ts",
6666
"postbuild:doc": "touch ./typedoc/.nojekyll",
67-
"test": "npm run build && npm run test:node && npm run test:browser && npm run test:perf",
67+
"test": "npm run build && npm run test:node",
6868
"test:node": "NODE_EXTRA_CA_CERTS=./test/fixtures/test-ca.pem TS_NODE_FILES=true mocha -r ts-node/register 'test/**/*.spec.ts'",
6969
"test:browser": "npm run with-admin -- karma start",
7070
"test:browser:debug": "npm run with-admin -- karma start --single-run=false --browsers ChromeWithCert",

0 commit comments

Comments
 (0)