소스 검색

Delete jest.config.js

Ryan Chandler 4 년 전
부모
커밋
bcb1934ad9
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      jest.config.js

+ 0 - 9
jest.config.js

@@ -1,9 +0,0 @@
-module.exports = {
-    moduleDirectories: [
-        'node_modules',
-        'src'
-    ],
-    testPathIgnorePatterns: [
-        'tests/cypress/'
-    ]
-}