Skip to content

Commit 8eb8277

Browse files
committed
Start testing React Componenets
1 parent 8a3b40d commit 8eb8277

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,28 @@
6666
"@lumino/dragdrop": "^1.7.1",
6767
"@lumino/messaging": "^1.4.3",
6868
"@lumino/properties": "^1.2.3",
69-
"@lumino/signaling": "^1.4.3"
69+
"@lumino/signaling": "^1.4.3",
70+
"@lumino/widgets": "^1.13.2",
71+
"@types/react": "^16.9.56"
7072
},
7173
"devDependencies": {
7274
"@jupyterlab/builder": "^3.0.0-rc.13",
7375
"@typescript-eslint/eslint-plugin": "^2.27.0",
7476
"@typescript-eslint/parser": "^2.27.0",
7577
"eslint": "^7.5.0",
7678
"@babel/core": "^7",
77-
"@babel/preset-env": "^7",
79+
"@babel/preset-env": "^7.12.1",
80+
"@babel/preset-react": "^7.12.5",
7881
"@testing-library/react": "^11.1.1",
82+
"@types/enzyme": "^3.10.8",
83+
"@types/enzyme-adapter-react-16": "^1.0.6",
7984
"@types/jest": "^26.0.15",
85+
"@types/node-fetch": "^2.5.7",
86+
"@types/react-dom": "^16.9.9",
87+
"@types/react-test-renderer": "^16.9.3",
88+
"babel-jest": "^26.6.3",
89+
"enzyme": "^3.11.0",
90+
"enzyme-adapter-react-16": "^1.15.5",
8091
"eslint-config-prettier": "^6.10.1",
8192
"eslint-plugin-prettier": "^3.1.2",
8293
"eslint-plugin-react": "^7.20.4",

0 commit comments

Comments
 (0)