diff options
Diffstat (limited to 'test/macro/loadMocks.tsx')
-rw-r--r-- | test/macro/loadMocks.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/macro/loadMocks.tsx b/test/macro/loadMocks.tsx index 4b7993c6d..08e90dece 100644 --- a/test/macro/loadMocks.tsx +++ b/test/macro/loadMocks.tsx @@ -1,7 +1,6 @@ import { unreachable } from "macro:./assert"; -if (process.env.NODE_ENV !== "test") - unreachable("This module should only be imported in tests"); +if (process.env.NODE_ENV !== "test") unreachable("This module should only be imported in tests"); export const mockData = { Copilot: { |