mock out wasm imports in jest

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-23 16:04:20 +01:00
parent 0032d7b943
commit 15894ed8bd
2 changed files with 2 additions and 0 deletions

1
__mocks__/wasmMock.js Normal file
View file

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