Ryan Chang

Results 3 comments of Ryan Chang

ya, the docs can be better about this. had to dig to find that `"safeTransferFrom(address,address,uint256)"` was a possible arg for`mock` ``` await mockDeedRepository.mock["safeTransferFrom(address,address,uint256)"] .withArgs(this.auctionRepository.address, ownerAddr, deedId) .returns(); ```

this is the error i'm getting ```bash Projects/naive-ui-nuxt-demo [ pnpm dlx nuxi typecheck main ] 8:33 PM [8:33:54 PM] ERROR Cannot find module @nuxt/kit imported from file:///Users/admin/Projects/naive-ui-nuxt-demo, file:///Users/admin/Projects/, file:///Users/admin/Projects/naive-ui-nuxt-demo/_index.js, file:///Users/admin/Projects/node_modules...

Hello friends, I believe this is an issue elsewhere too: https://github.com/07akioni/nuxtjs-naive-ui/issues/5 It might have something to do with how certain dependencies have both Common JS and ESM exports EDIT: this...