Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- variable
- ML
- crawler
- animation
- 코틀린
- textstyle
- 다트
- set
- function
- DART
- 크롤러
- Android
- import
- 함수
- texttheme
- kotlin
- 파이썬
- package
- 클래스
- text
- 플러터
- 웹크롤러
- python
- List
- 콜렉션
- Flutter
- map
- Class
- Collection
- pushnamed
Archives
- Today
- Total
목록Error (1)
조용한 담장
Jest Error: import statement outside a module
Jest 의 에러 Jest encountered an unexpected token SyntaxError: Cannot use import statement outside a module 를 해결 한 방법. 아래의 패키지 설치 (npm install) @babel/core @babel/preset-env @babel/plugin-transform-modules-commonjs @babel/plugin-transform-runtime project root directory 에 babel.config.js 파일 생성 module.exports = { presets: ["@babel/preset-env"], env: { test: { plugins: [ '@babel/plugin-transform-modul..
tips
2021. 7. 29. 12:41