Skip to content

Commit baa7716

Browse files
committed
Changed test description.
1 parent 2921a4e commit baa7716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/loaders.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ describe('loaders', () => {
77
it('find package', () =>
88
loaders.findPackagePath('doxdox-parser-dox'));
99

10-
it('doesn\'t find package', () =>
10+
it('error finding package', () =>
1111
loaders.findPackagePath('doxdox-parser-jsdoc'));
1212

13-
it('doesn\'t find package when file is passed', () =>
13+
it('error finding package when file is passed', () =>
1414
loaders.findPackagePath('.bin/dox'));
1515

1616
});

0 commit comments

Comments
 (0)