Skip to content

Commit 441171d

Browse files
committed
Cleaned up tests.
1 parent 7422894 commit 441171d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/specs/doxdox.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ const doxdox = require('../../lib/doxdox');
55

66
describe('doxdox', () => {
77

8-
describe('parseInput', () => {
8+
describe('parseFile', () => {
99

1010
it('parses input from file', () =>
1111
doxdox.parseFile('./lib/doxdox.js', {'parser': 'dox'}));
1212

13-
});
14-
15-
describe('fail to parseInput on missing file', () => {
16-
1713
it('fails to parse input from invalid file', () =>
1814
doxdox.parseFile('test.js', {'parser': 'dox'}).catch(err => {
1915

0 commit comments

Comments
 (0)