Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 2, 2024
1 parent d8b703a commit 5875030
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 164 deletions.
160 changes: 0 additions & 160 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,20 @@
},
"browser-compatibility-checker.browserList": {
"type": "array",
"default": ["chrome", "edge", "firefox", "opera", "safari", "ie", "chrome_android", "firefox_android", "opera_android", "safari_ios", "samsunginternet_android", "webview_android"],
"default": [
"chrome",
"edge",
"firefox",
"opera",
"safari",
"ie",
"chrome_android",
"firefox_android",
"opera_android",
"safari_ios",
"samsunginternet_android",
"webview_android"
],
"description": "Which browsers to check compatibility for"
},
"browser-compatibility-checker.warnForOtherBrowsers": {
Expand All @@ -50,7 +63,10 @@
},
"browser-compatibility-checker.foldersToIgnore": {
"type": "array",
"default": ["**/node_modules/**", "**/.**/**"],
"default": [
"**/node_modules/**",
"**/.**/**"
],
"description": "Glob paths to exclude from scanning"
}
}
Expand All @@ -63,7 +79,7 @@
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"format": "npx prettier . --write",
"test": "ts-mocha 'src/browser-compatibility-checker/test/*.spec.ts'",
"test": "mocha 'out/browser-compatibility-checker/test/*.spec.js'",
"extension-test": "vscode-test"
},
"devDependencies": {
Expand All @@ -77,7 +93,6 @@
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"prettier": "3.2.4",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 5875030

Please sign in to comment.