Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 27, 2024
1 parent 81bd8b6 commit fcc02ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ try {

describe('integration', () => {
testSetups.forEach(({ purpose, dir, results }) => {
const setupMethod = 'yarn' // @TODO detect yarn / pnpm / ... fallback npm

Check failure on line 136 in tests/integration/index.test.js

View workflow job for this annotation

GitHub Actions / test standard

Multiple spaces found before '// @todo detec...'

describe(purpose, () => {
const built = spawnSync(
'npm', ['run', 'build'], {
setupMethod, ['run', 'build'], {
cwd: path.resolve(module.path, dir),
stdio: ['ignore', 'pipe', 'pipe'],
encoding: 'utf8',
Expand Down

0 comments on commit fcc02ac

Please sign in to comment.