Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Mar 28, 2024
1 parent 95e3217 commit a340f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/filesystem-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('filesystem', function () {
const src = path.join(__dirname, 'input', 'srcpath-include-symlink', 'var')
const filesystem = new Filesystem(src)
assert.doesNotThrow(() => {
filesystem.insertLink(path.join(src, 'link', 'file.txt'))
filesystem.insertLink(path.join(src, 'file.txt'))
})
})
})

This file was deleted.

0 comments on commit a340f59

Please sign in to comment.