From b7945a218ee193f6730b4b459e5ab28d13b1f040 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 May 2024 20:43:12 -0400 Subject: chore: move cert itests to spec tests (#23607) --- tests/specs/cert/cafile_bundle/test.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/specs/cert/cafile_bundle/test.js (limited to 'tests/specs/cert/cafile_bundle/test.js') diff --git a/tests/specs/cert/cafile_bundle/test.js b/tests/specs/cert/cafile_bundle/test.js new file mode 100644 index 000000000..475af44d2 --- /dev/null +++ b/tests/specs/cert/cafile_bundle/test.js @@ -0,0 +1,2 @@ +import { printHello3 } from "./mod1.bundle.js"; +printHello3(); -- cgit v1.2.3