summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:36:10 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:42:25 +0200
commita05465ad1cefacdf09fbf05b88715376102a9837 (patch)
treeded86df5e41e31e36620f5187d7fdd9eb670bbfe /package.json
parent86e73feeb629835a2f07daa89a03a59d0ebf2359 (diff)
downloadgohugo-theme-ed-a05465ad1cefacdf09fbf05b88715376102a9837.tar.gz
Amend tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 53ae529..4095ab6 100644
--- a/package.json
+++ b/package.json
@@ -21,9 +21,10 @@
"main": "index.js",
"scripts": {
"server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender",
+ "test": "playwright test",
"lint": "npm run lint:js && npm run lint:editorconfig",
"lint:editorconfig": "editorconfig-checker",
- "lint:js": "eslint static/js/* assets/js/* eslint.config.js playwright.config.js"
+ "lint:js": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js"
},
"devDependencies": {
"@playwright/test": "^1.43.0",