We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93ffda commit cce9062Copy full SHA for cce9062
test/node-api/test_sea_addon/test.js
@@ -2,7 +2,10 @@
2
// This tests that SEA can load addons packaged as assets by writing them to disk
3
// and loading them via process.dlopen().
4
const common = require('../../common');
5
-const { generateSEA } = require('../../common/sea');
+const { generateSEA, skipIfSingleExecutableIsNotSupported } = require('../../common/sea');
6
+
7
+skipIfSingleExecutableIsNotSupported();
8
9
const assert = require('assert');
10
11
const tmpdir = require('../../common/tmpdir');
0 commit comments