Skip to content

Commit

Permalink
test: 馃И workaround for start-server-and-test compatibility with node 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEck committed Dec 1, 2022
1 parent 03672d7 commit 7d81080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"check:prettier": "prettier --ignore-path .gitignore --check .",
"check:ci:prettier": "prettier_version=$(grep '\"prettier\"' package.json | tail -n 1 | sed -r 's/.*:.*\"(.*)\",$/\\1/') && npx prettier@$prettier_version --ignore-path .gitignore --check .",
"fix:prettier": "prettier --ignore-path .gitignore --write .",
"test:e2e": "start-server-and-test test:e2e:start http-get://localhost:3000 test:e2e:playwright:test",
"test:e2e": "start-server-and-test test:e2e:start http-get://127.0.0.1:3000 test:e2e:playwright:test",
"test:e2e:start": "npm run build:library && npm run watch:e2e",
"test:e2e:playwright:test": "playwright test",
"test:e2e:playwright:install": "playwright install --with-deps chromium chrome msedge firefox webkit",
Expand Down

0 comments on commit 7d81080

Please sign in to comment.