We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-compiled
1 parent 1c8b9ae commit 3ea730fCopy full SHA for 3ea730f
test/fixtures.spec.ts
@@ -2,9 +2,11 @@ import path from 'node:path'
2
3
import { exec } from 'tinyexec'
4
5
+import { testCompiled } from './utils.js'
6
+
7
const TIMEOUT = 60_000
8
-describe('yarn pnp', () => {
9
+;(testCompiled ? describe : describe.skip)('yarn pnp', () => {
10
const yarnPnpDir = path.resolve('test/fixtures/yarn-pnp')
11
const execOptions = { nodeOptions: { cwd: yarnPnpDir } }
12
0 commit comments