Skip to content

Commit

Permalink
fix: update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
siemhesda authored and wraithgar committed Jan 22, 2024
1 parent 400b314 commit 6ef5904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/make-spawn-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ t.test('spawn args', async t => {
e.env.npm_package_config_test_null === '' &&
e.env.npm_package_config_test_false === '' &&
e.env.npm_package_config_test_string === pkg.config.test_string &&
e.env.npm_package_config_test_array === pkg.config.test_array.join('\n\n') &&
e.env.npm_package_config_test_array_0 === pkg.config.test_array[0] &&
e.env.npm_package_config_test_array_1 === pkg.config.test_array[1] &&
e.env.npm_package_bin === pkg.bin &&
e.env.npm_package_engines_npm === pkg.engines.npm &&
e.env.npm_package_engines_node === pkg.engines.node &&
Expand Down

0 comments on commit 6ef5904

Please sign in to comment.