Skip to content

Commit

Permalink
test: re-enable jsdom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 15, 2023
1 parent 8dbaa70 commit 5419784
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 @@ -33,7 +33,7 @@
"test:teardown": "./dev/down",
"test": "npm run test:node --",
"test:node": "jest --no-cache --env='node' --testTimeout=30000",
"test:jsdom": "echo \"Temporarily disabled\" && exit 0",
"test:jsdom": "jest --no-cache --env='./jest.jsdom.env.cjs' --testTimeout=30000",
"test:cov": "jest --coverage --no-cache --runInBand",
"lint": "prettier --check . && eslint .",
"autolint": "prettier --write . && eslint --fix .",
Expand Down

0 comments on commit 5419784

Please sign in to comment.