| 1 | import test from "tape"; |
| 2 | import { IncludeTest as IncludeTestEs5 } from "./gen-nodejs/Include_types.js"; |
| 3 | import { IncludeTest as IncludeTestEs6 } from "./gen-nodejs-es6/Include_types.js"; |
| 4 | import { IncludeTest as IncludeTestEsm } from "./gen-nodejs-esm/Include_types.mjs"; |
nothing calls this directly
no test coverage detected