update jest config

This commit is contained in:
MapleLeaf
2021-12-27 01:45:40 -06:00
parent df77fd5d5c
commit a4425ce923
2 changed files with 2 additions and 5 deletions

View File

@@ -10,9 +10,6 @@ const config = {
verbose: true,
cache: false,
coverageReporters: ["text", "text-summary", "html"],
coveragePathIgnorePatterns: [
"library/adapter/discord-js-adapter",
"library/adapter/test-adapter",
],
coveragePathIgnorePatterns: ["discord-js-adapter", "test/setup-testing"],
}
export default config