We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc23f3a commit 8d8dd25Copy full SHA for 8d8dd25
package.json
@@ -4,7 +4,7 @@
4
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
5
"main": "./dist/glean.js",
6
"scripts": {
7
- "test": "npm run build:test-webext && npm run test:unit --",
+ "test": "npm run build:test-webext && npm run test:unit",
8
"test:debug": "ts-mocha \"tests/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive --inspect-brk",
9
"test:unit": "ts-mocha \"tests/**/*.spec.ts\" --paths -p ./tsconfig.json --recursive --timeout 0",
10
"lint": "eslint . --ext .ts,.js,.json --max-warnings=0",
0 commit comments