Skip to content

Commit a5a6b77

Browse files
committed
style: reformat jest.config.js with prettier
1 parent 5bd9859 commit a5a6b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
testEnvironment: 'node',
44
globals: {
55
'ts-jest': {
6-
tsConfig: 'tsconfig.spec.json'
7-
}
8-
}
6+
tsConfig: 'tsconfig.spec.json',
7+
},
8+
},
99
};

0 commit comments

Comments
 (0)