Skip to content

Commit

Permalink
chore(cleaning): buncha cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 8, 2020
1 parent 0719bc6 commit a6d1a98
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 388 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist/
lib/
node_modules/
node_modules/
__test__/
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testMatch: ['<rootDir>/__tests__/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"exclude": [
"node_modules",
"**/*.test.ts"
"**/*.test.ts",
"__tests__/common"
]
}
Loading

0 comments on commit a6d1a98

Please sign in to comment.