Skip to content

Commit dd64946

Browse files
committed
fixup! fixup! fixup: use singlequote for strings (linter)
1 parent 81bf8ba commit dd64946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/sequential/test-benchmark-napi.js

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ if (common.isWindows) {
66
common.skip('vcbuild.bat doesn\'t build the n-api benchmarks yet');
77
}
88

9+
if (!common.isMainThread) {
10+
common.skip('addons are not supported in workers');
11+
}
12+
913
const runBenchmark = require('../common/benchmark');
1014

1115
runBenchmark('napi',

0 commit comments

Comments
 (0)