Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit e4e1ca7

Browse files
committed
Removed path dependency from fixture generation.
1 parent 00fb410 commit e4e1ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('doxdox parser', () => {
1313

1414
const methods = parser(contents, `${file}.js`);
1515

16-
// fs.writeFileSync(path.join(__dirname, `../fixtures/${file}.json`), JSON.stringify(methods, true, 4));
16+
// fs.writeFileSync(`./test/fixtures/${file}.json`, JSON.stringify(methods, true, 4));
1717

1818
const data = fs.readFileSync(`./test/fixtures/${file}.json`, 'utf8');
1919

0 commit comments

Comments
 (0)