diff options
Diffstat (limited to 'tests/specs/cert/cafile_bundle/test.js')
-rw-r--r-- | tests/specs/cert/cafile_bundle/test.js | 2 |
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(); |