You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments