Skip to content

Commit b4ab577

Browse files
committed
simplify babel use for primer
Signed-off-by: Adam Setch <[email protected]>
1 parent ecff77b commit b4ab577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ const config: Config = {
2828
modulePathIgnorePatterns: ['<rootDir>/build', '<rootDir>/node_modules'],
2929
};
3030

31-
export default config;
31+
module.exports = config;

0 commit comments

Comments
 (0)