Skip to content

Commit 3eb907a

Browse files
author
App Generator
committed
Fix Error: Environment key "jest/globals" is unknown
1 parent e59dec9 commit 3eb907a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-datta-able-dashboard",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"dependencies": {
66
"@amcharts/amcharts3-react": "^3.1.0",
@@ -46,8 +46,7 @@
4646
},
4747
"eslintConfig": {
4848
"extends": [
49-
"react-app",
50-
"react-app/jest"
49+
"react-app"
5150
]
5251
},
5352
"browserslist": {

0 commit comments

Comments
 (0)