Skip to content

Commit

Permalink
ignore coverage for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHaff committed Feb 26, 2024
1 parent 428e608 commit 2ba50b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* v8 ignore start */
export * from './illegalArgumentError';
export * from './networkError';
export * from './retryableError';
export * from './tidalError';
export * from './tidalMessage';
export * from './credentialsProvider';
/* v8 ignore stop */

0 comments on commit 2ba50b4

Please sign in to comment.