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
- Android
- animation
- set
- 다트
- 콜렉션
- Flutter
- DART
- variable
- package
- map
- pushnamed
- List
- 함수
- 크롤러
- 파이썬
- texttheme
- text
- crawler
- python
- import
- Collection
- 플러터
- 코틀린
- kotlin
- 웹크롤러
- ML
- Class
- 클래스
- function
- textstyle
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