Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
One more time Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 18, 2021
1 parent 743d387 commit 47be44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ describe('check()', () => {
await check({
path: 'test/mock-missing-local-file/'
})
.should.be.rejectedWith(Error, `Cannot find module '${process.cwd() + path.sep}test/mock-missing-local-file/not-found.js' from '${process.cwd() + path.sep}test/mock-missing-local-file'`)
.should.be.rejectedWith(Error, `Cannot find module '${process.cwd() + path.sep}test${path.sep}mock-missing-local-file${path.sep}not-found.js' from '${process.cwd() + path.sep}test${path.sep}mock-missing-local-file'`)
})
})

0 comments on commit 47be44b

Please sign in to comment.