Skip to content

Commit 33361b6

Browse files
committed
added back brokenlinks in e2e and removed cdn test from e2e
1 parent de04d46 commit 33361b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"lint": "eslint . --ext .ts",
1212
"lint:fix": "eslint . --ext .ts --fix",
13-
"test:e2e": "$npm_package_config_testCommand --tags \"not @vr and not @brokenlinks and not @bwpup and not @cdn\" ; npm run push-report --tag=$npm_config_tag",
13+
"test:e2e": "$npm_package_config_testCommand --tags \"not @vr and not @cdn and not @bwpup and not @cdn\" ; npm run push-report --tag=$npm_config_tag",
1414
"test:smoke": "$npm_package_config_testCommand --tags @smoke ; npm run push-report --tag=$npm_config_tag",
1515
"test:local": "$npm_package_config_testCommand --tags @local",
1616
"test:export": "$npm_package_config_testCommand --tags @export",

0 commit comments

Comments
 (0)