Skip to content

Commit

Permalink
Uncomment fsevents.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 16, 2019
1 parent cf330a5 commit 99c14d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -2041,7 +2041,7 @@ describe('chokidar', function() {
if (os === 'darwin') {
const FsEventsHandler = require('./lib/fsevents-handler');
if (FsEventsHandler.canUse()) {
describe.skip('fsevents (native extension)', runTests.bind(this, {useFsEvents: true}));
describe('fsevents (native extension)', runTests.bind(this, {useFsEvents: true}));
}
} else {
}
Expand Down

0 comments on commit 99c14d7

Please sign in to comment.