From f3d462c8183598362605dc53589583f2859f20b9 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 12 Dec 2021 19:54:27 +0100 Subject: build: configure Jest --- tests/jest/__mocks__/fileMock.js | 1 + tests/jest/__mocks__/styleMock.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/jest/__mocks__/fileMock.js create mode 100644 tests/jest/__mocks__/styleMock.js (limited to 'tests/jest') diff --git a/tests/jest/__mocks__/fileMock.js b/tests/jest/__mocks__/fileMock.js new file mode 100644 index 0000000..ad66de4 --- /dev/null +++ b/tests/jest/__mocks__/fileMock.js @@ -0,0 +1 @@ +module.exports = '/test-file-stub'; diff --git a/tests/jest/__mocks__/styleMock.js b/tests/jest/__mocks__/styleMock.js new file mode 100644 index 0000000..f053ebf --- /dev/null +++ b/tests/jest/__mocks__/styleMock.js @@ -0,0 +1 @@ +module.exports = {}; -- cgit v1.2.3