Skip to content

Commit

Permalink
DOCUMENTATION: Changing docstrings to use docjs
Browse files Browse the repository at this point in the history
Adding docjs to package.json although I'm not
sure yet if/how I'll generated documentation.
  • Loading branch information
timmahrt committed Jan 27, 2019
1 parent cbba43e commit 7b4f76d
Show file tree
Hide file tree
Showing 6 changed files with 314 additions and 215 deletions.
112 changes: 107 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"braces": "^2.3.2",
"browser-process-hrtime": "^1.0.0",
"iconv-lite": "^0.4.24",
"jest-matcher-deep-close-to": "^1.3.0"
"jest-matcher-deep-close-to": "^1.3.0",
"jsdoc": "^3.5.5"
}
}
2 changes: 1 addition & 1 deletion test/unit/specs/testgrid.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { toBeDeepCloseTo } from 'jest-matcher-deep-close-to';

import { Textgrid, IntervalTier, PointTier, INTERVAL_TIER, POINT_TIER } from '../../../textgrid.js';
import { Textgrid, IntervalTier, PointTier } from '../../../textgrid.js';

expect.extend({ toBeDeepCloseTo });

Expand Down

0 comments on commit 7b4f76d

Please sign in to comment.