conekta/conekta-node

View on GitHub
__tests__/base-test.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export class baseTest {
  public static readonly BasePath: string = process.env.BASE_PATH || "http://localhost:3000";
}