]> git.kaiwu.me - njs.git/commit
Tests: splitting large import tests into several simple ones.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 15 Feb 2022 13:17:52 +0000 (13:17 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 15 Feb 2022 13:17:52 +0000 (13:17 +0000)
commit2ce56247844c0964b0db927b64234fdc0fb9aa38
tree99b65e3d8f737357765dc3b3ee10d397120378a8
parent3efcecc9efd00cfacf9bc110f94f61ad416072e4
Tests: splitting large import tests into several simple ones.
20 files changed:
test/js/import_chain.t.js [new file with mode: 0644]
test/js/import_comma_expression.t.js [moved from test/js/import_export_comma_expression.t.js with 100% similarity]
test/js/import_empty.t.js [moved from test/js/import_export_empty.t.js with 100% similarity]
test/js/import_expression.t.js [moved from test/js/import_export_expression.t.js with 100% similarity]
test/js/import_function_expression.t.js [new file with mode: 0644]
test/js/import_multi_default.t.js [moved from test/js/import_export_multi_default.t.js with 100% similarity]
test/js/import_non_assignment.t.js [moved from test/js/import_export_non_assignment.t.js with 100% similarity]
test/js/import_non_default.t.js [moved from test/js/import_export_non_default.t.js with 100% similarity]
test/js/import_normal.t.js [deleted file]
test/js/import_not_enough.t.js
test/js/import_object.t.js [moved from test/js/import_export_object.t.js with 100% similarity]
test/js/import_ref_exception.t.js [moved from test/js/import_export_ref_exception.t.js with 100% similarity]
test/js/import_relative_path.t.js [new file with mode: 0644]
test/js/import_return.t.js [moved from test/js/import_export_return.t.js with 100% similarity]
test/js/import_scalar.t.js [new file with mode: 0644]
test/js/import_singleton.t.js [new file with mode: 0644]
test/js/module/function_expression.js [new file with mode: 0644]
test/js/module/lib1.js
test/js/module/lib3.js
test/shell_test.exp