Skip to content

Commit 3822b10

Browse files
committed
Add json extension to the api config
1 parent 4ae6a35 commit 3822b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export default {
1212
},
1313
],
1414
},
15-
moduleFileExtensions: ['ts', 'js', 'html'],
15+
moduleFileExtensions: ['ts', 'js', 'html', 'json'],
1616
coverageDirectory: '../../../coverage/packages/server/api',
1717
};

0 commit comments

Comments
 (0)