Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting typescript types in dist #3

Merged
merged 13 commits into from
Oct 30, 2018
Prev Previous commit
Next Next commit
Changed typo in Beccaccino spec
  • Loading branch information
CDimonaco committed Oct 30, 2018
commit fc87aae338625db8c2d626b6d2ecaab80311f1c1
2 changes: 1 addition & 1 deletion src/__tests__/Beccaccino.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Beccaccino from '@lib/Beccaccino';
import { Beccaccino } from '../';

const clientInstance = Beccaccino.configure({}, [
{ name: 'getPippo', path: 'https://google.com', method: 'get' },
Expand Down