Skip to content

Commit

Permalink
fix(test): Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmanks committed Feb 2, 2019
1 parent c87b50c commit e58510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Writing .remarkrc file', ()=> {

main(process);

expect(join).toHaveBeenCalledWith(path, '.remarkrc');
expect(join).toHaveBeenCalledWith(path, '../../..', '.remarkrc');
expect(writeFileSync).toHaveBeenCalledWith(
'test-path',
JSON.stringify(remarkConfig, null, JSON_SPACING)
Expand Down

0 comments on commit e58510c

Please sign in to comment.