swagger-tests
Version:
A typescript framework for testing an api against a swagger 3.0 json file.
10 lines • 323 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
class Application {
static serverUrl() {
return process.env.SERVER_BASE_URL || index_1.API.servers[0].url;
}
}
exports.Application = Application;
//# sourceMappingURL=application.constant.js.map
;