Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
build: allow tests to use modules in a local 'node_modules' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Mar 6, 2020
1 parent 0f60c74 commit 28a87b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ module.exports = {
],
rules: {
// Tests will require dev only packages
"node/no-unpublished-require": 0
"node/no-unpublished-require": 0,
// Allow tests to use a local the `node_modules`
"node/no-extraneous-require": 0
}
}
]
Expand Down

0 comments on commit 28a87b1

Please sign in to comment.