Skip to content

Commit

Permalink
feat: modified config
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Nov 6, 2023
1 parent ea59702 commit e3c15d2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
import path from "path";
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
exlude: "src/**/*.spec.{ts,tsx}",
coverage: {
provider: "istanbul",
reporter: ["text", "json-summary", "json", "html"],
reportsDirectory: "./coverage",
},
globals: true,
environment: "node",
deps: { interopDefault: true },
silent: false,
},
testMatch: ['**/tests/unit/**/*.[jt]s?(x)'],
});

0 comments on commit e3c15d2

Please sign in to comment.