diff options
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/fileMock.js | 1 | ||||
-rw-r--r-- | scripts/test/setupTests.js | 5 | ||||
-rw-r--r-- | scripts/test/styleMock.js | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/scripts/test/fileMock.js b/scripts/test/fileMock.js deleted file mode 100644 index 86059f3..0000000 --- a/scripts/test/fileMock.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = 'test-file-stub'; diff --git a/scripts/test/setupTests.js b/scripts/test/setupTests.js deleted file mode 100644 index 2318628..0000000 --- a/scripts/test/setupTests.js +++ /dev/null @@ -1,5 +0,0 @@ -import { configure } from 'enzyme'; -import Adapter from 'enzyme-adapter-react-16'; -import 'jest-enzyme'; - -configure({ adapter: new Adapter() }); diff --git a/scripts/test/styleMock.js b/scripts/test/styleMock.js deleted file mode 100644 index f053ebf..0000000 --- a/scripts/test/styleMock.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {}; |