Commit 17a482c
committed
CI: Fix cookbook test script
When I removed the cookbook-loader.mjs, I accidentally broke the
test-cookbook-one script in package.json. It made the tests always pass
because the actual test was no longer loaded due to the presence of the
--eval command line argument. Instead, use --require to define a global
assert property.1 parent ed49b0b commit 17a482c
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments