Skip to content

Commit

Permalink
🤓 Document and test half of Bytes (dawsbot#104)
Browse files Browse the repository at this point in the history
* test is-bytes

* increase hexlify test coverage

* hot reload docusaurus

* Closes dawsbot#99

* bump package deps

* Add bytes examples

* arrayify full test coverage

* remove provider from bytes comments

* extend jest timeout
  • Loading branch information
dawsbot authored Apr 25, 2022
1 parent cfb611b commit 2655153
Show file tree
Hide file tree
Showing 14 changed files with 377 additions and 1,044 deletions.
1 change: 1 addition & 0 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const config = {
{
entryPoints: ['../src/index.ts'],
tsconfig: '../tsconfig.json',
watch: process.env.TYPEDOC_WATCH,
},
],
],
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start": "TYPEDOC_WATCH=true docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand Down
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ module.exports = {
},
setupFiles: ['dotenv/config'],
setupFilesAfterEnv: ['./test/jest.setup-after-env.js'],
// default is 10000
testTimeout: 20000,
};
Loading

0 comments on commit 2655153

Please sign in to comment.