Skip to content

Commit

Permalink
fix: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Mar 28, 2024
1 parent 0d28658 commit b190ecc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/rolldown/tests/fixture.test.ts
Expand Up @@ -21,7 +21,6 @@ async function main() {

const testConfig = await loadTestConfig(testConfigPath)
test.skipIf(testConfig.skip)(dirPath, async () => {

// FIXME: This empty log is here to make vitest shows stdout/stderr content made from rust. Wonder why.
try {
const output = await compileFixture(
Expand Down
2 changes: 1 addition & 1 deletion packages/rolldown/vitest.config.mts
Expand Up @@ -4,7 +4,7 @@ import nodePath from 'node:path'
export default defineConfig({
test: {
testTimeout: 20000,
// Disabled, Because the error printed by rust cannot be seen
// Disabled, Because the error printed by rust cannot be seen
disableConsoleIntercept: true,
},
resolve: {
Expand Down

0 comments on commit b190ecc

Please sign in to comment.