From 0671fa5d263446aa21848b01ae9e9f4b901a76a2 Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Tue, 5 Mar 2019 09:48:14 -0500 Subject: [PATCH] Add filemock for jest testing --- __mocks__/fileMock.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 __mocks__/fileMock.js diff --git a/__mocks__/fileMock.js b/__mocks__/fileMock.js new file mode 100644 index 0000000..86059f3 --- /dev/null +++ b/__mocks__/fileMock.js @@ -0,0 +1 @@ +module.exports = 'test-file-stub';