1 parent 7707fc9 commit 64aec56Copy full SHA for 64aec56
1 file changed
.fallowrc.jsonc
@@ -89,6 +89,10 @@
89
// Golden snapshot files: data consumed by toMatchFileSnapshot, not importable modules.
90
"packages/**/__goldens__/**",
91
"registry/**",
92
+ // Browser fixture HTML loads generated player bundles that exist only after the package build.
93
+ "packages/core/src/runtime/fixtures/deck-audio-demo.html",
94
+ // Browser test intentionally contains repeated inline scenarios for distinct failure paths.
95
+ "packages/cli/src/registry/motionBlurShutter.browser.test.ts",
96
"examples/**",
97
"packages/sdk/examples/**",
98
".github/workflows/fixtures/**",
0 commit comments