Skip to content

Commit 0dccb53

Browse files
committed
fix(rules): updated jest.config.js and tslint.json
1 parent b8b2e45 commit 0dccb53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
coverageDirectory: "./coverage/",
33
collectCoverage: true,
44
transform: {
5-
".(ts|js)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
5+
".(ts|tsx)": "ts-jest"
66
},
77
testEnvironment: "node",
88
bail: true,

configs/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"binary-expression-operand-order": true,
118118
"callable-types": true,
119119
"class-name": true,
120-
"comment-format": [true, "check-space", "check-uppercase"],
120+
"comment-format": [true, "check-space"],
121121
"comment-type": [true, "doc", "singleline", "multiline"],
122122
"completed-docs": [false],
123123
"encoding": true,

0 commit comments

Comments
 (0)