Skip to content

Commit

Permalink
Merge pull request #46 from pcattori/silence-vite-build-in-tests
Browse files Browse the repository at this point in the history
silence vite build in tests
  • Loading branch information
pcattori authored May 30, 2024
2 parents a4de629 + da2e970 commit 68a0cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/deny-imports/deny-imports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const config = ({
options: Parameters<typeof denyImports>[0]
}): vite.InlineConfig => ({
root: __dirname,
logLevel: "silent",
build: {
ssr,
minify: false,
Expand Down
1 change: 1 addition & 0 deletions test/macros/macros.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe("macros", () => {
outDir: string
}): vite.InlineConfig => ({
root,
logLevel: "silent",
build: {
ssr,
minify: false,
Expand Down

0 comments on commit 68a0cc8

Please sign in to comment.