Skip to content

Commit 4abe7cf

Browse files
committed
test: rename tsfnex test files
1 parent 7a13f86 commit 4abe7cf

14 files changed

+12
-12
lines changed

test/binding.gyp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
'object/set_property.cc',
3737
'promise.cc',
3838
'run_script.cc',
39-
'threadsafe_function_ex/threadsafe_function_ctx.cc',
40-
'threadsafe_function_ex/threadsafe_function_existing_tsfn.cc',
41-
'threadsafe_function_ex/threadsafe_function_ptr.cc',
42-
'threadsafe_function_ex/threadsafe_function_sum.cc',
43-
'threadsafe_function_ex/threadsafe_function_unref.cc',
44-
'threadsafe_function_ex/threadsafe_function.cc',
39+
'threadsafe_function_ex/threadsafe_function_ex_ctx.cc',
40+
'threadsafe_function_ex/threadsafe_function_ex_existing_tsfn.cc',
41+
'threadsafe_function_ex/threadsafe_function_ex_ptr.cc',
42+
'threadsafe_function_ex/threadsafe_function_ex_sum.cc',
43+
'threadsafe_function_ex/threadsafe_function_ex_unref.cc',
44+
'threadsafe_function_ex/threadsafe_function_ex.cc',
4545
'threadsafe_function/threadsafe_function_ctx.cc',
4646
'threadsafe_function/threadsafe_function_existing_tsfn.cc',
4747
'threadsafe_function/threadsafe_function_ptr.cc',

test/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ let testModules = [
4444
'object/set_property',
4545
'promise',
4646
'run_script',
47-
'threadsafe_function_ex/threadsafe_function_ctx',
48-
'threadsafe_function_ex/threadsafe_function_existing_tsfn',
49-
'threadsafe_function_ex/threadsafe_function_ptr',
50-
'threadsafe_function_ex/threadsafe_function_sum',
51-
'threadsafe_function_ex/threadsafe_function_unref',
52-
'threadsafe_function_ex/threadsafe_function',
47+
'threadsafe_function_ex/threadsafe_function_ex_ctx',
48+
'threadsafe_function_ex/threadsafe_function_ex_existing_tsfn',
49+
'threadsafe_function_ex/threadsafe_function_ex_ptr',
50+
'threadsafe_function_ex/threadsafe_function_ex_sum',
51+
'threadsafe_function_ex/threadsafe_function_ex_unref',
52+
'threadsafe_function_ex/threadsafe_function_ex',
5353
'threadsafe_function/threadsafe_function_ctx',
5454
'threadsafe_function/threadsafe_function_existing_tsfn',
5555
'threadsafe_function/threadsafe_function_ptr',

0 commit comments

Comments
 (0)