From 5419784524d5413b3928f3c19e394afc06464685 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 15 Dec 2023 02:37:35 -0600 Subject: [PATCH] test: re-enable jsdom tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3953c8e09..e6fcf0eee 100644 --- a/package.json +++ b/package.json @@ -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 .",