Skip to content

Commit 0fb0df0

Browse files
committed
Add testing lib, Integration tests for Annotate
1 parent 37c50b0 commit 0fb0df0

File tree

6 files changed

+359
-11
lines changed

6 files changed

+359
-11
lines changed

examples/introduction.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"data": {
2626
"application/vnd.jupyter.widget-view+json": {
27-
"model_id": "463a1771d5c140d6aedf856d7a8479b2",
27+
"model_id": "1e48798e7c37443a977f0a97b8995cae",
2828
"version_major": 2,
2929
"version_minor": 0
3030
},
@@ -241,7 +241,7 @@
241241
{
242242
"data": {
243243
"application/vnd.jupyter.widget-view+json": {
244-
"model_id": "4325344f65d74f2395156d93b851ae8e",
244+
"model_id": "98c71fa798204dd2b27746e8eb247e89",
245245
"version_major": 2,
246246
"version_minor": 0
247247
},

package-lock.json

+263-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@
5454
"devDependencies": {
5555
"@babel/core": "^7.5.0",
5656
"@babel/preset-env": "^7.5.0",
57+
"@faker-js/faker": "^7.4.0",
5758
"@jupyterlab/builder": "^3.0.0",
5859
"@phosphor/application": "^1.6.0",
5960
"@phosphor/widgets": "^1.6.0",
61+
"@testing-library/preact": "^3.2.2",
6062
"@types/jest": "^26.0.0",
6163
"@types/webpack-env": "^1.13.6",
6264
"@typescript-eslint/eslint-plugin": "^3.6.0",

0 commit comments

Comments
 (0)