Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 3883162

Browse files
committed
refactor(dev): improved development enviroment performance
1 parent 81ea1f9 commit 3883162

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
'^.+\\.vue$': 'vue-jest',
66
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$':
77
'jest-transform-stub',
8-
'^.+\\.(ts|jsx)?$': 'ts-jest',
8+
'^.+\\.(ts|tsx)?$': 'ts-jest',
99
},
1010
transformIgnorePatterns: ['/node_modules/(?!lodash.)'],
1111
moduleNameMapper: {

0 commit comments

Comments
 (0)