Explorar el Código

Delete jest.config.js

Ryan Chandler hace 4 años
padre
commit
bcb1934ad9
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0 9
      jest.config.js

+ 0 - 9
jest.config.js

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