diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-03-24 21:43:44 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-03-24 21:43:44 +0100 |
| commit | 73131da73da41c64135ed4236bd84ddba6e0c149 (patch) | |
| tree | 6849f0d2884b103e432980330f866b995b7f5947 /tests/jest/__mocks__/styleMock.js | |
| parent | 6b5c861eea12c67c4440d9e086513bd8b196c150 (diff) | |
| parent | 2de1ca173ee3d8e5886a1b3fdc4afbe102fad22f (diff) | |
build: configure Jest
Since Next.js v12, we can use next/js package with some
preconfigured Jest options.
Diffstat (limited to 'tests/jest/__mocks__/styleMock.js')
| -rw-r--r-- | tests/jest/__mocks__/styleMock.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/jest/__mocks__/styleMock.js b/tests/jest/__mocks__/styleMock.js deleted file mode 100644 index f053ebf..0000000 --- a/tests/jest/__mocks__/styleMock.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {}; |
