Skip to content

Commit

Permalink
Update test/filesystem-spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored May 2, 2024
1 parent c23fb27 commit e901f4f
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ const Filesystem = require('../lib/filesystem')
describe('filesystem', function () {
beforeEach(() => { rimraf.sync(path.join(__dirname, '..', 'tmp'), fs) })

it('should does not throw error when src path include symbol link', async () => {
it('should does not throw an error when the src path includes a symbol link', async () => {
/**
* Directory structure:
* tmp
Expand Down

0 comments on commit e901f4f

Please sign in to comment.