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 d2bcc03 commit 6b7a7d0Copy full SHA for 6b7a7d0
test/binding.gyp
@@ -35,9 +35,9 @@
35
'object/set_property.cc',
36
'promise.cc',
37
'run_script.cc',
38
- 'threadsafe_function_ex/basic.cc',
39
- 'threadsafe_function_ex/example.cc',
40
- 'threadsafe_function_ex/threadsafe.cc',
+ 'threadsafe_function_ex/test/basic.cc',
+ 'threadsafe_function_ex/test/example.cc',
+ 'threadsafe_function_ex/test/threadsafe.cc',
41
'threadsafe_function/threadsafe_function_ctx.cc',
42
'threadsafe_function/threadsafe_function_existing_tsfn.cc',
43
'threadsafe_function/threadsafe_function_ptr.cc',
test/threadsafe_function_ex/index.js
@@ -1,5 +1,5 @@
1
const tests = [
2
- // 'threadsafe',
+ 'threadsafe',
3
'basic',
4
'example'
5
];
0 commit comments