update unit test mocks and restructure test dir structure

This commit is contained in:
John Mitchell
2018-11-02 13:44:13 -04:00
parent 90273247ac
commit 19dcf5ed59
30 changed files with 36 additions and 34 deletions

1
__mocks__/fileMock.js Normal file
View File

@@ -0,0 +1 @@
module.exports = 'test-file-stub';

1
__mocks__/styleMock.js Normal file
View File

@@ -0,0 +1 @@
module.exports = {};