Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Aug 10, 2021
1 parent ae32168 commit 9ffa6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/shebang/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ function runTests() {
expect(html).toMatch('JS: 123')
})

// eslint-disable-next-line
// it('should work for .mjs files', async () => {
// const html = await renderViaHTTP(appPort, '/')
// expect(html).toMatch('MJS: 456')
// })

// eslint-disable-next-line
// it('should work for .cjs files', async () => {
// const html = await renderViaHTTP(appPort, '/')
// expect(html).toMatch('CJS: 789')
Expand Down

0 comments on commit 9ffa6be

Please sign in to comment.