summaryrefslogtreecommitdiff
path: root/tests/specs/cert/cafile_bundle/test.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-02 20:43:12 -0400
committerGitHub <noreply@github.com>2024-05-03 00:43:12 +0000
commitb7945a218ee193f6730b4b459e5ab28d13b1f040 (patch)
tree690bc84008a60f3cd13d4dee11df39a8f66c85c7 /tests/specs/cert/cafile_bundle/test.js
parentcf0579c7d4b69fcb205fb0d5320e0a00012720ee (diff)
chore: move cert itests to spec tests (#23607)
Diffstat (limited to 'tests/specs/cert/cafile_bundle/test.js')
-rw-r--r--tests/specs/cert/cafile_bundle/test.js2
1 files changed, 2 insertions, 0 deletions
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();