Skip to content

Commit 6b7a7d0

Browse files
committed
test: consolidate duplicated code
1 parent d2bcc03 commit 6b7a7d0

File tree

5 files changed

+184
-194
lines changed

5 files changed

+184
-194
lines changed

test/binding.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
'object/set_property.cc',
3636
'promise.cc',
3737
'run_script.cc',
38-
'threadsafe_function_ex/basic.cc',
39-
'threadsafe_function_ex/example.cc',
40-
'threadsafe_function_ex/threadsafe.cc',
38+
'threadsafe_function_ex/test/basic.cc',
39+
'threadsafe_function_ex/test/example.cc',
40+
'threadsafe_function_ex/test/threadsafe.cc',
4141
'threadsafe_function/threadsafe_function_ctx.cc',
4242
'threadsafe_function/threadsafe_function_existing_tsfn.cc',
4343
'threadsafe_function/threadsafe_function_ptr.cc',

test/threadsafe_function_ex/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const tests = [
2-
// 'threadsafe',
2+
'threadsafe',
33
'basic',
44
'example'
55
];

0 commit comments

Comments
 (0)