We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
temp
1 parent 3b2489b commit 24bce02Copy full SHA for 24bce02
packages/plugin-rsc/e2e/starter.test.ts
@@ -24,7 +24,7 @@ test.describe('build-cloudflare', () => {
24
})
25
26
test.describe(() => {
27
- const root = '.tmp/starter-react-compiler'
+ const root = 'temp/starter-react-compiler'
28
test.beforeAll(async () => {
29
fs.rmSync(root, { recursive: true, force: true })
30
fs.cpSync('examples/starter', root, { recursive: true })
0 commit comments