Skip to content

Commit a418389

Browse files
authored
Update rsc-basic.test.ts
1 parent a27a16e commit a418389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/rsc-basic.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ describe('app dir - rsc basics', () => {
391391
})
392392

393393
if (!isNextDev) {
394-
it.only('should generate edge SSR manifests for Node.js', async () => {
394+
it('should generate edge SSR manifests for Node.js', async () => {
395395
const distServerDir = path.join(distDir, 'server')
396396

397397
const requiredServerFiles = (await fs.readJSON(path.join(distDir, 'required-server-files.json'))).files

0 commit comments

Comments
 (0)