diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff983b7..29461f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: - helia-cjs - helia-electron - helia-esbuild + - helia-jest + - helia-jest-typescript - helia-nestjs - helia-nextjs - helia-parcel @@ -85,6 +87,8 @@ jobs: - helia-cjs - helia-electron - helia-esbuild + - helia-jest + - helia-jest-typescript - helia-nestjs - helia-parcel - helia-nextjs diff --git a/README.md b/README.md index ec505c98..81dc8072 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ - [Basics](#basics) - [Frameworks](#frameworks) - [Bundlers](#bundlers) + - [Testing](#testing) - [Other tooling](#other-tooling) - [Prerequisites](#prerequisites) - [IPFS Tutorials at ProtoSchool](#ipfs-tutorials-at-protoschool) @@ -57,21 +58,26 @@ Feel free to jump directly into the examples, however going through the followin - [Helia-101](/examples/helia-101/): Spawn a Helia node, add a file and cat the file - [Helia CommonJS](/examples/helia-cjs/): Just like Helia-101, but with [CommonJS](https://en.wikipedia.org/wiki/CommonJS) instead of [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) -- [Helia via CDNs](/examples/helia-script-tag/): A simple proof-of-concept to distributing and using helia using `