This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: convert to async/await * chore: readme update * chore: fix linting * feat: convert internals to be async/await * test: increase test coverage * chore: remove uncessary await * feat: add export depth and recursive exports * chore: address PR comments * chore: update ipld formats * chore: PR comments * chore: standardise error codes
- Loading branch information
1 parent
bf8bad2
commit 7119a09
Showing
26 changed files
with
1,636 additions
and
2,306 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
'use strict' | ||
|
||
module.exports = { | ||
karma: { | ||
browserNoActivityTimeout: 1000 * 1000, | ||
} | ||
} |
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
Oops, something went wrong.