aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-11 23:06:57 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-11 23:08:16 +0530
commitca80dee29014298bd8a1a82bd0418cc073a76316 (patch)
tree70607817c0b27738eeb91b954aa5656adc2a311e /jest.config.js
parentb4548ce257c301154a39f5296387c2a72c552e70 (diff)
downloadcss-everything-ca80dee29014298bd8a1a82bd0418cc073a76316.tar.gz
css-everything-ca80dee29014298bd8a1a82bd0418cc073a76316.zip
test: adds test for simple signup page example
Diffstat (limited to '')
-rw-r--r--jest.config.js2
1 files changed, 1 insertions, 1 deletions
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",