Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 18, 2024
1 parent 91b9a98 commit 3a358b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-watch-recursive-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const tmpdir = require('../common/tmpdir');
const fs = require('fs');

if (common.isSunOS)
common.skip('SunOS behaves differently')
common.skip('SunOS behaves differently');

tmpdir.refresh();

Expand Down

0 comments on commit 3a358b2

Please sign in to comment.