We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8f84b commit e183028Copy full SHA for e183028
package.json
@@ -20,7 +20,7 @@
20
},
21
"scripts": {
22
"test:node": "mocha test/test-*.spec.cjs",
23
- "test:browser": "polendina --cleanup test/test-*.cjs",
+ "test:browser": "playwright-test test/test-*.cjs",
24
"test:es": "mocha test/test-*.spec.js",
25
"test:cjs": "npm run test:node && npm run test:browser",
26
"test": "npm run test:es && npm run test:cjs"
@@ -30,6 +30,6 @@
30
"homepage": "https://github.com/gozala/web-encoding",
31
"devDependencies": {
32
"mocha": "^8.0.1",
33
- "polendina": "git://github.com/gozala/polendina"
+ "playwright-test": "0.7.1"
34
}
35
0 commit comments