We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2921a4e commit baa7716Copy full SHA for baa7716
test/specs/loaders.js
@@ -7,10 +7,10 @@ describe('loaders', () => {
7
it('find package', () =>
8
loaders.findPackagePath('doxdox-parser-dox'));
9
10
- it('doesn\'t find package', () =>
+ it('error finding package', () =>
11
loaders.findPackagePath('doxdox-parser-jsdoc'));
12
13
- it('doesn\'t find package when file is passed', () =>
+ it('error finding package when file is passed', () =>
14
loaders.findPackagePath('.bin/dox'));
15
16
});
0 commit comments