Add filemock for jest testing

This commit is contained in:
Adam Butterworth
2019-03-05 09:48:14 -05:00
committed by Adam Butterworth
parent bddc369299
commit 0671fa5d26

1
__mocks__/fileMock.js Normal file
View File

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