UNPKG

@36node/template-service

Version:

A service boilerplate with openapi,rest and mongodb.

9 lines (8 loc) 221 B
module.exports = { displayName: "integration", testMatch: ["<rootDir>/**/*.test.js"], runner: "jest-runner-newman", globalSetup: "./jest.setup.js", globalTeardown: "./jest.teardown.js", testTimeout: 10000, };