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

Commit 28a87b1

Browse files
committed
build: allow tests to use modules in a local 'node_modules' folder
1 parent 0f60c74 commit 28a87b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ module.exports = {
1111
],
1212
rules: {
1313
// Tests will require dev only packages
14-
"node/no-unpublished-require": 0
14+
"node/no-unpublished-require": 0,
15+
// Allow tests to use a local the `node_modules`
16+
"node/no-extraneous-require": 0
1517
}
1618
}
1719
]

0 commit comments

Comments
 (0)