Commit 0fc759b
committed
ci: do not expand glob in shell
This ensures that the glob is expanded by the Node.js package as otherwise not all tests will be picked up.
Before:
```js
LEGACY_CLI__argv: {"esbuild":true,"glob":"tests/basic/build.ts","ignore":["tests/misc/browsers.js"], }
```
Now:
```js
```1 parent 9a12ea7 commit 0fc759b
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
0 commit comments