diff options
Diffstat (limited to 'vnext/__mocks__')
-rw-r--r-- | vnext/__mocks__/fileMock.js | 1 | ||||
-rw-r--r-- | vnext/__mocks__/styleMock.js | 2 |
2 files changed, 2 insertions, 1 deletions
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'; diff --git a/vnext/__mocks__/styleMock.js b/vnext/__mocks__/styleMock.js index 7c6d6c73..f053ebf7 100644 --- a/vnext/__mocks__/styleMock.js +++ b/vnext/__mocks__/styleMock.js @@ -1 +1 @@ -module.exports = {}
\ No newline at end of file +module.exports = {}; |