Skip to content

Commit

Permalink
noUse->noDefaultUse
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Oct 30, 2023
1 parent 3b89efb commit cb9d209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/helpers/test-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function TestBot (opts = {}) {
...opts.box2
},
// we don't want testbot to import db1 or db2 for us, we want to control what db2 plugins get imported
noUse: true,
noDefaultUse: true,
...opts
})

Expand Down

0 comments on commit cb9d209

Please sign in to comment.