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 c7ed046 commit 91b9a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/test-fs-watch-recursive-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const common = require('../common');
const tmpdir = require('../common/tmpdir');
const fs = require('fs');

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

Check failure on line 8 in test/parallel/test-fs-watch-recursive-delete.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

Missing semicolon

tmpdir.refresh();

fs.mkdirSync(tmpdir.resolve('./parent/child'), { recursive: true });
Expand Down

0 comments on commit 91b9a98

Please sign in to comment.