Skip to content

Commit

Permalink
Try to fix mocha test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed May 1, 2024
1 parent ecbfca9 commit 95554db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"extensions": [
"esbenp.prettier-vscode",
"GitHub.copilot",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"hbenl.vscode-mocha-test-adapter"
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"cSpell.words": [
"autofitpanels",
"datasource",
"esbenp",
"gnet",
"hbenl",
"linewidth",
"pointradius",
"sparkline",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
--reporter list
--require test/test_helper.js
--reporter spec
--colors
--full-trace
--no-experimental-fetch
--timeout 200

0 comments on commit 95554db

Please sign in to comment.