Skip to content

Commit

Permalink
chore: Rename spec file to test (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault authored Jan 18, 2022
1 parent e61bcd3 commit d250c0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
"types": ["jest"]
},
"include": ["src/**/*"],
"exclude": [
"src/**/*.spec.ts",
"src/**/*.spec.tsx"
]
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]
}

0 comments on commit d250c0c

Please sign in to comment.