Skip to content

Commit 4783f26

Browse files
authored
Add tap-snapshots/*.cjs to default ignore list (#461)
1 parent 967927d commit 4783f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DEFAULT_IGNORES = [
77
'**/*.min.js',
88
'vendor/**',
99
'dist/**',
10-
'tap-snapshots/*.js'
10+
'tap-snapshots/*.{cjs,js}'
1111
];
1212

1313
/**

0 commit comments

Comments
 (0)