Skip to content

Commit

Permalink
chore: mod desc
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Nov 25, 2023
1 parent eca4cbe commit 3120547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/helux/__tests__/watch/watchAtom.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ describe('watch atom', () => {
let w2TriggerCount = 0;
watch(
() => {
console.log('trigger bookStoreAtom watch');
w2TriggerCount += 1;
},
{ deps: () => [bookStoreAtom] },
Expand Down

0 comments on commit 3120547

Please sign in to comment.