Skip to content

Commit 24bce02

Browse files
committed
chore: use temp
1 parent 3b2489b commit 24bce02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/e2e/starter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test.describe('build-cloudflare', () => {
2424
})
2525

2626
test.describe(() => {
27-
const root = '.tmp/starter-react-compiler'
27+
const root = 'temp/starter-react-compiler'
2828
test.beforeAll(async () => {
2929
fs.rmSync(root, { recursive: true, force: true })
3030
fs.cpSync('examples/starter', root, { recursive: true })

0 commit comments

Comments
 (0)