Skip to content

Commit

Permalink
Update test/e2e/browserslist/legacybrowsers-false.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
timneutkens and ijjk committed May 17, 2022
1 parent 1e2b881 commit c6eeb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/browserslist/legacybrowsers-false.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('legacyBrowsers: false', () => {
})
afterAll(() => next.destroy())

it('should apply legacyBrowsers: true by default', async () => {
it('should apply with legacyBrowsers: false correctly', async () => {
const html = await renderViaHTTP(next.url, '/')
const $ = cheerio.load(html)

Expand Down

0 comments on commit c6eeb26

Please sign in to comment.