Skip to content

Commit

Permalink
Update project_testing_practice.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shonebinu authored Aug 4, 2024
1 parent d73e8e2 commit 9adddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/testing_javascript/project_testing_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Let's practice! This testing thing really is not that difficult, but it *is* qu

### Using ES6 import statements with Jest

By default, the current version of Jest will not recognize ES6 import statements. In order for you to be able to use ES6 modules for this project you may follow the [Jest instructions for using Babel](https://jestjs.io/docs/en/getting-started#using-babel).
By default, the current version of Jest does not recognize ES6 import statements. To use ES6 modules in your project, follow the [Jest instructions for using Babel](https://jestjs.io/docs/en/getting-started#using-babel) or enable [Jest's experimental ESM support](https://jestjs.io/docs/ecmascript-modules).

### Assignment

Expand Down

0 comments on commit 9adddc5

Please sign in to comment.