Skip to content

Instantly share code, notes, and snippets.

@willie-hung
Created August 2, 2023 19:56
Show Gist options
  • Save willie-hung/ab9007689c8c707d9d84a32986d86cf4 to your computer and use it in GitHub Desktop.
Save willie-hung/ab9007689c8c707d9d84a32986d86cf4 to your computer and use it in GitHub Desktop.
post_32
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
includeSource: ["src/**/*.{js,ts}"],
coverage: {
reporter: ["text", "html"],
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment