Skip to content

Commit

Permalink
UNDO THIS: RENAME WEBEXT TEST SO THAT CI DOESNT RUN IT
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Dec 4, 2020
1 parent 994a45a commit c16c40e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -4,7 +4,7 @@
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
"main": "./dist/glean.js",
"scripts": {
"test": "ts-mocha --paths -p ./tsconfig.json",
"test": "ts-mocha --paths -p ./tsconfig.json --timeout 1000",
"test:debug": "ts-mocha --paths -p ./tsconfig.json --inspect-brk",
"lint": "eslint . --ext .ts,.js,.json",
"fix": "eslint . --ext .ts,.js,.json --fix",
Expand Down
File renamed without changes.

0 comments on commit c16c40e

Please sign in to comment.