Skip to content

Commit

Permalink
Remove .debug
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 5, 2024
1 parent 7aa472b commit afa8545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/vite/astro.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'vitest'
import { candidate, fetchStyles, html, json, retryAssertion, test, ts } from '../utils'

test.debug(
test(
'dev mode',
{
fs: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/vite/svelte.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test(
},
)

test.debug(
test(
'watch mode',
{
fs: {
Expand Down

0 comments on commit afa8545

Please sign in to comment.