summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index fea9d78..70831d7 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -6,9 +6,12 @@ export default {
'^@emprespresso/pengueno$': '<rootDir>/lib/index.ts',
},
transform: {
- '^.+\\.ts$': ['ts-jest', {
- useESM: true,
- }],
+ '^.+\\.ts$': [
+ 'ts-jest',
+ {
+ useESM: true,
+ },
+ ],
},
testMatch: ['**/tst/**/*.test.ts'],
};