UNPKG

@restqa/restqa

Version:

An all in one test automation runner

8 lines (6 loc) 154 B
const expressHook = require("./express"); const fastifyHook = require("./fastify"); module.exports = { express: expressHook, fastify: fastifyHook };