Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(browser): inline pretty-format and replace picocolors with tinyrainbow #6077

Merged
merged 13 commits into from
Jul 10, 2024
Prev Previous commit
Next Next commit
chore: longer time to wait to make more stable
  • Loading branch information
sheremet-va committed Jul 10, 2024
commit ffbc89f5ff022b92850f5bde7fbbb7ef0729704c
8 changes: 4 additions & 4 deletions test/vite-node/test/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'ssr')

Expand All @@ -139,7 +139,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'ssr')

Expand Down Expand Up @@ -177,7 +177,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'web')

Expand All @@ -196,7 +196,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'web')

Expand Down