Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 6, 2023
1 parent af67b1a commit 945ddaa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration/config-experimental-warning/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ async function collectStdout(appDir) {
return stdout
}

async function collectStderr(appDir) {
let stderr = ''
const port = await findPort()
app = await launchApp(appDir, port, {
onStderr(msg) {
stderr += msg
},
})
return stderr
}

describe('Config Experimental Warning', () => {
afterEach(() => {
configFile.write('')
Expand Down

0 comments on commit 945ddaa

Please sign in to comment.