Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 23, 2023
1 parent 01246c9 commit 57794af
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
45 changes: 45 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "npm run test-node && npm run test-chrome",
"test-node": "mocha --require ./test/bootstrap/index.js --reporter dot test/*.js",
"test-chrome": "web-test-runner",
"test-firefox": "karma start karma.conf.cjs --browsers Firefox",
"test-firefox": "web-test-runner --browsers firefox --playwright",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --require ./test/bootstrap/index.js test/*.js",
"clean": "rm -f chai.js coverage"
},
Expand All @@ -53,6 +53,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@web/dev-server-rollup": "^0.5.4",
"@web/test-runner": "^0.17.2",
"@web/test-runner-playwright": "^0.10.2",
"bump-cli": "^1.1.3",
"codecov": "^3.8.1",
"esbuild": "^0.17.3",
Expand Down
1 change: 1 addition & 0 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const commonjs = fromRollup(rollupCommonjs);

export default {
nodeResolve: true,
playwright: true,
files: ["test/*.js"],
testFramework: {
config: {
Expand Down

0 comments on commit 57794af

Please sign in to comment.