Skip to content

Commit fcc02ac

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 81bd8b6 commit fcc02ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/index.test.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ try {
133133

134134
describe('integration', () => {
135135
testSetups.forEach(({ purpose, dir, results }) => {
136+
const setupMethod = 'yarn' // @TODO detect yarn / pnpm / ... fallback npm
137+
136138
describe(purpose, () => {
137139
const built = spawnSync(
138-
'npm', ['run', 'build'], {
140+
setupMethod, ['run', 'build'], {
139141
cwd: path.resolve(module.path, dir),
140142
stdio: ['ignore', 'pipe', 'pipe'],
141143
encoding: 'utf8',

0 commit comments

Comments
 (0)