From b6fa85599e0aba0b34a0bd8d134bff5336782ac1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Sep 2019 16:29:56 +0300 Subject: Fix jest configuration for svg files --- vnext/__mocks__/fileMock.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 vnext/__mocks__/fileMock.js (limited to 'vnext/__mocks__/fileMock.js') diff --git a/vnext/__mocks__/fileMock.js b/vnext/__mocks__/fileMock.js new file mode 100644 index 00000000..86059f36 --- /dev/null +++ b/vnext/__mocks__/fileMock.js @@ -0,0 +1 @@ +module.exports = 'test-file-stub'; -- cgit v1.2.3