We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bc600 commit daa037dCopy full SHA for daa037d
tests/src/core/importType.js
@@ -228,7 +228,7 @@ describe('importType(name)', function () {
228
it('`isExternalModule` should work with windows directory separator', function() {
229
expect(isExternalModule('foo', {}, 'E:\\path\\to\\node_modules\\foo')).to.equal(true)
230
expect(isExternalModule('foo', {
231
- 'import/external-module-folders': 'E:\\path\\to\\node_modules',
+ 'import/external-module-folders': ['E:\\path\\to\\node_modules'],
232
}, 'E:\\path\\to\\node_modules\\foo')).to.equal(true)
233
})
234
0 commit comments