Skip to content

Commit 74bdf6b

Browse files
committed
use spec postfix
1 parent 441b833 commit 74bdf6b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
rootDir: './',
3-
testRegex: '.*\\.test\\.ts$',
3+
testRegex: '.*\\.spec\\.ts$',
44
coverageDirectory: '<rootDir>/coverage',
55
collectCoverageFrom: ['src/**/*.ts'],
66
transform: {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)