There was an error while loading. Please reload this page.
1 parent 5ad320b commit 4737091Copy full SHA for 4737091
1 file changed
package.json
@@ -15,7 +15,9 @@
15
"test:watch": "vitest",
16
"lint": "eslint .",
17
"format": "prettier --write .",
18
- "format:check": "prettier --check ."
+ "format:check": "prettier --check .",
19
+ "test:e2e": "playwright test",
20
+ "test:e2e:ui": "playwright test --ui"
21
},
22
"dependencies": {
23
"@asciidoctor/core": "^4.0.6",
0 commit comments