diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:36:10 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:42:25 +0200 |
| commit | a05465ad1cefacdf09fbf05b88715376102a9837 (patch) | |
| tree | ded86df5e41e31e36620f5187d7fdd9eb670bbfe /package.json | |
| parent | 86e73feeb629835a2f07daa89a03a59d0ebf2359 (diff) | |
| download | gohugo-theme-ed-a05465ad1cefacdf09fbf05b88715376102a9837.tar.gz | |
Amend tests
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
