Skip to content

Commit 972e61b

Browse files
committed
fixup: msw in node
Signed-off-by: Todd Baert <[email protected]>
1 parent 5117075 commit 972e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/providers/ofrep-web/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
transform: {
1111
'^.+\\.[tj]s$': 'ts-jest',
1212
},
13-
testEnvironment: 'jsdom',
13+
testEnvironment: 'node', // Use 'node' so we can run msw test server
1414
moduleFileExtensions: ['ts', 'js', 'html'],
1515
setupFiles: ['./jest.polyfills.js'],
1616
};

0 commit comments

Comments
 (0)