Skip to content

Commit

Permalink
feat: Ignore *.d.ts (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Dec 4, 2019
1 parent f0e64d8 commit d867eaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .taprc
@@ -1,3 +1,3 @@
100: true
nyc-arg:
- "--all"
- "--all"
1 change: 1 addition & 0 deletions default-exclude.js
Expand Up @@ -5,6 +5,7 @@ const devConfigsJS = ['ava', 'babel', 'jest', 'rollup', 'webpack'];
module.exports = [
'coverage/**',
'packages/*/test{,s}/**',
'**/*.d.ts',
'test{,s}/**',
'test{,-*}.{js,cjs,mjs,ts}',
'**/*{.,-}test.{js,cjs,mjs,ts}',
Expand Down
3 changes: 3 additions & 0 deletions tap-snapshots/test-test.js-TAP.test.js
Expand Up @@ -14,6 +14,7 @@ Object {
"exclude": Array [
"coverage/**",
"packages/*/test{,s}/**",
"**/*.d.ts",
"test{,s}/**",
"test{,-*}.{js,cjs,mjs,ts}",
"**/*{.,-}test.{js,cjs,mjs,ts}",
Expand Down Expand Up @@ -89,6 +90,7 @@ Object {
"exclude": Array [
"coverage/**",
"packages/*/test{,s}/**",
"**/*.d.ts",
"test{,s}/**",
"test{,-*}.{js,cjs,mjs,ts}",
"**/*{.,-}test.{js,cjs,mjs,ts}",
Expand Down Expand Up @@ -151,6 +153,7 @@ Object {
"exclude": Array [
"coverage/**",
"packages/*/test{,s}/**",
"**/*.d.ts",
"test{,s}/**",
"test{,-*}.{js,cjs,mjs,ts}",
"**/*{.,-}test.{js,cjs,mjs,ts}",
Expand Down

0 comments on commit d867eaf

Please sign in to comment.