Skip to content

Commit f2b1af9

Browse files
committed
refactor: rename *.test.ts to *.spec.ts
1 parent 10d6e61 commit f2b1af9

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
"./src/**/*"
104104
],
105105
"exclude": [
106-
"./src/**/*.test.ts"
106+
"./src/**/*.spec.ts"
107107
]
108108
}

0 commit comments

Comments
 (0)