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.

11 lines (7 loc) 220 B
// @ts-check const defaultConfig = require("../../../jest.default.config"); const config = { ...defaultConfig, testMatch: ["<rootDir>/src/**/*.test.ts", "<rootDir>/test/**/*.test.ts"], }; module.exports = config;