Skip to content

Commit

Permalink
update npm test script command
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Jun 20, 2024
1 parent 0fbf994 commit 885e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"iframely-proxy-plugins": true,
"main": "./lib/core.js",
"scripts": {
"test": "npm run test-core-plugins && npm run test-e2e",
"test": "npm run test-core-plugins && npm run test-e2e && npm run custom_plugins",
"test-core-plugins": "mocha --exit test/core-plugins.js",
"test-e2e": "NODE_ENV=test PORT=8080 mocha --exit test/e2e.js",
"custom_plugins": "NODE_ENV=test_with_custom_plugins PORT=8080 mocha --exit test/custom_plugins.js"
Expand Down

0 comments on commit 885e6d8

Please sign in to comment.