소스 검색

Update jest.config.js

main
Steve Ruiz 4 년 전
부모
커밋
07f96a8416
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      jest.config.js

+ 1
- 2
jest.config.js 파일 보기

@@ -4,11 +4,10 @@ module.exports = {
4 4
   moduleFileExtensions: ['ts', 'tsx', 'mjs', 'js', 'json', 'jsx'],
5 5
   testPathIgnorePatterns: ['<rootDir>[/\\\\](node_modules|.next)[/\\\\]'],
6 6
   transformIgnorePatterns: [
7
-    'node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)'
7
+    'node_modules/(?!(browser-fs-access)/)',
8 8
   ],
9 9
   transform: {
10 10
     '^.+\\.(ts|tsx|mjs)$': 'babel-jest',
11
-    '^.+\\.mjs$': 'babel-jest',
12 11
   },
13 12
   modulePaths: ['<rootDir>', 'node_modules'],
14 13
   watchPlugins: [

Loading…
취소
저장