-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: swap to v8 code coverage to get back to 100%
- Loading branch information
1 parent
f7d30a9
commit b332250
Showing
5 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/* istanbul ignore file */ | ||
/* c8 ignore start */ | ||
import classNames from 'classnames'; | ||
|
||
export * from './use-cached-state'; | ||
export * from './use-effect'; | ||
export * from './use-subtle-crypto'; | ||
|
||
export { classNames }; | ||
/* c8 ignore end */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* istanbul ignore file */ | ||
/* c8 ignore start */ | ||
export * as crypto from './utils/subtle-crypto'; | ||
export * from './hooks'; | ||
export * from './tests'; | ||
/* c8 ignore end */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/* istanbul ignore file */ | ||
/* c8 ignore start */ | ||
export * from './wrap'; | ||
/* c8 ignore end */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters