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