mock out scss imports for jest

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-22 18:58:44 +01:00
parent 918a56d01a
commit 6584ff29af
2 changed files with 2 additions and 0 deletions

1
__mocks__/cssMock.js Normal file
View file

@ -0,0 +1 @@
module.exports = "css-file-stub";