From a05465ad1cefacdf09fbf05b88715376102a9837 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 7 Apr 2024 10:36:10 +0200 Subject: Amend tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3