Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3d4b994

Browse files
authored
style: clean quote (#838)
1 parent 1931a02 commit 3d4b994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cna-template/template/frameworks/jest/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
],
1515
transform: {
1616
<%_ if (typescript) { _%>
17-
"^.+\\.ts$": "ts-jest",
17+
'^.+\\.ts$': 'ts-jest',
1818
<%_ } _%>
1919
'^.+\\.js$': 'babel-jest',
2020
'.*\\.(vue)$': 'vue-jest'

0 commit comments

Comments
 (0)