Skip to content

Commit

Permalink
✅ Write perfs() tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 6, 2017
1 parent 0045672 commit 3a14499
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 50 deletions.
2 changes: 1 addition & 1 deletion dist/bundle/wretch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bundle/wretch.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ declare const _default: {
fetch: any;
FormData: any;
URLSearchParams: any;
PerformanceObserver: any;
};
};
export default _default;
3 changes: 2 additions & 1 deletion dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 20 additions & 10 deletions dist/resolver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/resolver.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a14499

Please sign in to comment.