Skip to content

Commit e183028

Browse files
committed
fix: switch test runner to playwright-test
1 parent de8f84b commit e183028

File tree

2 files changed

+680
-241
lines changed

2 files changed

+680
-241
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"test:node": "mocha test/test-*.spec.cjs",
23-
"test:browser": "polendina --cleanup test/test-*.cjs",
23+
"test:browser": "playwright-test test/test-*.cjs",
2424
"test:es": "mocha test/test-*.spec.js",
2525
"test:cjs": "npm run test:node && npm run test:browser",
2626
"test": "npm run test:es && npm run test:cjs"
@@ -30,6 +30,6 @@
3030
"homepage": "https://github.com/gozala/web-encoding",
3131
"devDependencies": {
3232
"mocha": "^8.0.1",
33-
"polendina": "git://github.com/gozala/polendina"
33+
"playwright-test": "0.7.1"
3434
}
3535
}

0 commit comments

Comments
 (0)