Skip to content

Commit 945ddaa

Browse files
committed
Fix lint
1 parent af67b1a commit 945ddaa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/integration/config-experimental-warning/test/index.test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ async function collectStdout(appDir) {
1919
return stdout
2020
}
2121

22-
async function collectStderr(appDir) {
23-
let stderr = ''
24-
const port = await findPort()
25-
app = await launchApp(appDir, port, {
26-
onStderr(msg) {
27-
stderr += msg
28-
},
29-
})
30-
return stderr
31-
}
32-
3322
describe('Config Experimental Warning', () => {
3423
afterEach(() => {
3524
configFile.write('')

0 commit comments

Comments
 (0)