React
Issue
Testing
Git stash
Study
uncertainty
/
Testing
/
Testing
/
Jest Cannot use import statement outside a module
uncertainty
/
Testing
/
Testing
/
Jest Cannot use import statement outside a module
Share
React
Issue
Testing
Git stash
Study
Jest Cannot use import statement outside a module
Asset Type
File Type
When to use
Last edited time
2022/05/05 12:53
Created by
Reference
require를 쓰면 eslint에서 걸림(quick starter github에서는 require로 되어 있음)
jest docs를 보면 ts를 쓸 때 ts-node를 써야한다고 함
Configuring Jest · Jest
Jest's configuration can be defined in the package.json file of your project, or through a jest.config.js, or jest.config.ts file or through the --config option.