Skip to content

Commit 0f50430

Browse files
committed
style: linting
1 parent bfb4500 commit 0f50430

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/angular-html-parser/vitest.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { defineConfig } from "vitest/config";
33
export default defineConfig({
44
test: {
55
globals: true,
6-
include: [
7-
"../compiler/test/ml_parser/*_spec.ts",
8-
"./test/*_spec.ts",
9-
],
6+
include: ["../compiler/test/ml_parser/*_spec.ts", "./test/*_spec.ts"],
107
coverage: {
118
enabled: Boolean(process.env.CI),
129
provider: "v8",

0 commit comments

Comments
 (0)