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 a890576 commit cd9dea8Copy full SHA for cd9dea8
test/binding.gyp
@@ -14,7 +14,7 @@
14
'object.cc',
15
'typedarray.cc',
16
],
17
- 'include_dirs': ["<!(node -p \"require('../').include\")"],
+ 'include_dirs': ["<!@(node -p \"require('../').include\")"],
18
'dependencies': ["<!(node -p \"require('../').gyp\")"],
19
'cflags!': [ '-fno-exceptions' ],
20
'cflags_cc!': [ '-fno-exceptions' ],
test/index.js
@@ -9,7 +9,7 @@ let testModules = [
9
'function',
10
'name',
11
'object',
12
- 'typedaray',
+ 'typedarray',
13
];
if (typeof global.gc === 'function') {
0 commit comments