Skip to content

Commit

Permalink
test: rename tsfnex test files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Nov 6, 2020
1 parent 7a13f86 commit 4abe7cf
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions test/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
'object/set_property.cc',
'promise.cc',
'run_script.cc',
'threadsafe_function_ex/threadsafe_function_ctx.cc',
'threadsafe_function_ex/threadsafe_function_existing_tsfn.cc',
'threadsafe_function_ex/threadsafe_function_ptr.cc',
'threadsafe_function_ex/threadsafe_function_sum.cc',
'threadsafe_function_ex/threadsafe_function_unref.cc',
'threadsafe_function_ex/threadsafe_function.cc',
'threadsafe_function_ex/threadsafe_function_ex_ctx.cc',
'threadsafe_function_ex/threadsafe_function_ex_existing_tsfn.cc',
'threadsafe_function_ex/threadsafe_function_ex_ptr.cc',
'threadsafe_function_ex/threadsafe_function_ex_sum.cc',
'threadsafe_function_ex/threadsafe_function_ex_unref.cc',
'threadsafe_function_ex/threadsafe_function_ex.cc',
'threadsafe_function/threadsafe_function_ctx.cc',
'threadsafe_function/threadsafe_function_existing_tsfn.cc',
'threadsafe_function/threadsafe_function_ptr.cc',
Expand Down
12 changes: 6 additions & 6 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ let testModules = [
'object/set_property',
'promise',
'run_script',
'threadsafe_function_ex/threadsafe_function_ctx',
'threadsafe_function_ex/threadsafe_function_existing_tsfn',
'threadsafe_function_ex/threadsafe_function_ptr',
'threadsafe_function_ex/threadsafe_function_sum',
'threadsafe_function_ex/threadsafe_function_unref',
'threadsafe_function_ex/threadsafe_function',
'threadsafe_function_ex/threadsafe_function_ex_ctx',
'threadsafe_function_ex/threadsafe_function_ex_existing_tsfn',
'threadsafe_function_ex/threadsafe_function_ex_ptr',
'threadsafe_function_ex/threadsafe_function_ex_sum',
'threadsafe_function_ex/threadsafe_function_ex_unref',
'threadsafe_function_ex/threadsafe_function_ex',
'threadsafe_function/threadsafe_function_ctx',
'threadsafe_function/threadsafe_function_existing_tsfn',
'threadsafe_function/threadsafe_function_ptr',
Expand Down

0 comments on commit 4abe7cf

Please sign in to comment.