Skip to content

Commit

Permalink
vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Dec 3, 2024
1 parent 02656d7 commit 096c7a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/hub/vitest-browser.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { configDefaults, defineConfig } from "vitest/config";

export default defineConfig({
test: {
exclude: [
...configDefaults.exclude,
"src/utils/FileBlob.spec.ts",
"src/lib/cache-management.spec.ts",
"src/lib/download-file-to-cache-dir.spec.ts",
"src/lib/snapshot-download.spec.ts",
],
exclude: [...configDefaults.exclude, "src/utils/FileBlob.spec.ts"],
},
});

0 comments on commit 096c7a1

Please sign in to comment.