Skip to content

Commit

Permalink
nit: remove unneeded /testing glob
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Nov 2, 2022
1 parent a9814d6 commit 23669cc
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@
"outDir": "dist",
"types": ["jest", "node"]
},
"include": [
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.d.ts",
"./src/testing/**/*.ts",
"./src/testing/**/*.tsx"
]
"include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.d.ts"]
}

0 comments on commit 23669cc

Please sign in to comment.