Skip to content

Commit aa200c1

Browse files
committed
lint
1 parent 926e12e commit aa200c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vitest.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ const vitestDefaultExcludes = [
1010
"**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*",
1111
];
1212

13-
const longRunningTests = [
14-
"tests/integration/tools/atlas/performanceAdvisor.test.ts",
15-
];
13+
const longRunningTests = ["tests/integration/tools/atlas/performanceAdvisor.test.ts"];
1614

1715
if (process.env.SKIP_ATLAS_TESTS === "true") {
1816
vitestDefaultExcludes.push("**/atlas/**");
@@ -22,7 +20,6 @@ if (process.env.SKIP_ATLAS_LOCAL_TESTS === "true") {
2220
vitestDefaultExcludes.push("**/atlas-local/**");
2321
}
2422

25-
2623
export default defineConfig({
2724
test: {
2825
environment: "node",

0 commit comments

Comments
 (0)