Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 85d285b

Browse files
add jest-environment-jsdom
1 parent f6c3422 commit 85d285b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99
email: false
1010

1111
install:
12-
- yarn add [email protected] -D
12+
- yarn
1313

1414
before_script:
1515
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"inquirer": "6.2.1",
136136
"jest": "27.4.2",
137137
"jest-auto-snapshots": "=3.0.1",
138+
"jest-environment-jsdom": "^27.5.1",
138139
"jest-styled-components": "^7.0.5",
139140
"markdown-to-jsx": "^6.11.4",
140141
"mini-css-extract-plugin": "0.4.3",

0 commit comments

Comments
 (0)