Skip to content

Commit b8f9c26

Browse files
committed
chore: cleanup
1 parent c00b62d commit b8f9c26

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import {
99
waitForHydration,
1010
} from './helper'
1111
import { x } from 'tinyexec'
12-
import fs from 'node:fs'
13-
import path from 'node:path'
1412

1513
test.describe('dev-default', () => {
1614
const f = useFixture({ root: 'examples/basic', mode: 'dev' })
@@ -105,7 +103,7 @@ test.describe('build-stable-chunks', () => {
105103
const root = 'examples/basic'
106104
const createEditor = useCreateEditor(root)
107105

108-
test.only('basic', async () => {
106+
test('basic', async () => {
109107
// 1st build
110108
await x('pnpm', ['build'], {
111109
throwOnError: true,

0 commit comments

Comments
 (0)