fromdashboardtest13
Version:
Simple calculator API hosted on APIMATIC
16 lines (12 loc) • 308 B
JavaScript
/**
* fromdashboardtest13
*
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io )
*/
;
const configuration = require("../lib/configuration");
const testConfiguration = {
ASSERT_PRECISION: 0.01,
TEST_TIMEOUT: 30000
};
module.exports = testConfiguration;