Skip to content

Commit fd9115f

Browse files
committed
test: define NAPI_EXPERIMENTAL for js-native-api test
1 parent 4dd9b55 commit fd9115f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/js-native-api/test_general/binding.gyp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"target_name": "test_general",
55
"sources": [
66
"test_general.c"
7-
]
7+
],
8+
"defines": [
9+
"NAPI_EXPERIMENTAL"
10+
],
811
}
912
]
1013
}

0 commit comments

Comments
 (0)