import { test } from './test'; import { estimate } from './utils'; test( 'Get quick estimate', 'it should GET quick estimate', 'getQuickEstimate', estimate.getQuick ); test( 'Get service rules', 'it should GET full estimate', 'getFullEstimate', estimate.getFull );