Skip to content

Commit

Permalink
Merge branch 'canary' into warn-animated-image-unoptimized
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 23, 2024
2 parents 55a40d6 + 48d3aaa commit 6d57cf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/e2e/yarn-pnp/test/with-eslint.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { runTests } from './utils'

describe('yarn PnP', () => {
;(process.env.TURBOPACK ? describe.skip : describe)('yarn PnP', () => {
runTests('with-eslint', '/', ['<html', 'Home', 'fake-script'])
})
3 changes: 2 additions & 1 deletion test/e2e/yarn-pnp/test/with-mdx.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { runTests } from './utils'

describe('yarn PnP', () => {
// Skip in Turbopack as Yarn PnP is not supported.
;(process.env.TURBOPACK ? describe.skip : describe)('yarn PnP', () => {
runTests('with-mdx', '/', ['Look, a button', 'Hello'])
})
3 changes: 2 additions & 1 deletion test/e2e/yarn-pnp/test/with-next-sass.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { runTests } from './utils'

describe('yarn PnP', () => {
// Skip in Turbopack as Yarn PnP is not supported.
;(process.env.TURBOPACK ? describe.skip : describe)('yarn PnP', () => {
runTests('with-next-sass', '/', [
'Hello World, I am being styled using SCSS Modules',
])
Expand Down

0 comments on commit 6d57cf6

Please sign in to comment.