UNPKG

autorest

Version:

The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.

12 lines (8 loc) 234 B
// @ts-check const defaultConfig = require("./jest.config"); const config = { ...defaultConfig, setupFilesAfterEnv: ["<rootDir>/test/setup-jest-e2e.ts"], testMatch: ["<rootDir>/test/**/*.e2e.ts"], }; module.exports = config;