Skip to content

Commit 8d8dd25

Browse files
committed
fixup command
1 parent dc23f3a commit 8d8dd25

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
@@ -4,7 +4,7 @@
44
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
55
"main": "./dist/glean.js",
66
"scripts": {
7-
"test": "npm run build:test-webext && npm run test:unit --",
7+
"test": "npm run build:test-webext && npm run test:unit",
88
"test:debug": "ts-mocha \"tests/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive --inspect-brk",
99
"test:unit": "ts-mocha \"tests/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive --timeout 0",
1010
"lint": "eslint . --ext .ts,.js,.json --max-warnings=0",

0 commit comments

Comments
 (0)