Skip to content

Commit e9c1cdb

Browse files
committed
test: disable expo tests
1 parent e4ca833 commit e9c1cdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ import { vitestWebcontainers } from '@webcontainer/test/plugin';
33

44
export default defineConfig({
55
plugins: [vitestWebcontainers()],
6+
67
test: {
8+
reporters: 'verbose',
9+
10+
// TODO: Enable once Expo works on WebContainer again
11+
exclude: ['test/bolt-expo.test.ts'],
12+
713
browser: {
814
enabled: true,
915
provider: 'playwright',

0 commit comments

Comments
 (0)