Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "feat: remove all tests related files (#2)" This reverts commit 7cb60d8. * build: add patch for js-waku not found (#7) When running the test with `jest`, it errored with ``` Cannot find module 'js-waku' from 'node_modules/@xmtp/xmtp-js/dist/cjs/src/utils.js' ``` The problem seems to be this issue waku-org/js-waku#770. Until this is resolved, we use a local patch as this only occurs when running tests. * Add unit and integration tests * Implement review remarks Co-authored-by: Dong-Ha Kim <[email protected]> Co-authored-by: Dennis Furrer <[email protected]>
- Loading branch information