Skip to content

Commit

Permalink
Merge pull request #6984 from meeseeksmachine/auto-backport-of-pr-696…
Browse files Browse the repository at this point in the history
…1-on-1.0.x

Backport PR #6961 on branch 1.0.x (Add @types/jest to extension testing doc)
  • Loading branch information
blink1073 committed Aug 9, 2019
2 parents af0c9be + 5de0a03 commit 33618ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer/extension_dev.rst
Expand Up @@ -254,7 +254,7 @@ To transpile jupyterlab packages, you need to install the following package:

::

jlpm add --dev jest@^24 ts-jest@^24 @babel/core@^7 @babel/preset-env@^7
jlpm add --dev jest@^24 @types/jest@^24 ts-jest@^24 @babel/core@^7 @babel/preset-env@^7

Then in `jest.config.js`, you will specify to use babel for js files and ignore
all node modules except the jupyterlab ones:
Expand Down

0 comments on commit 33618ba

Please sign in to comment.