From ca80dee29014298bd8a1a82bd0418cc073a76316 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 11 Aug 2023 23:06:57 +0530 Subject: test: adds test for simple signup page example --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index 976a5d4..46ce77e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,7 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', - testEnvironment: 'node', + testEnvironment: 'jsdom', transform: { "^.+\\.spec.ts?$": [ "ts-jest", -- cgit v1.3.1