Skip to content

Commit

Permalink
chore: Upgrades dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Sep 15, 2022
1 parent 76aa319 commit c63555c
Show file tree
Hide file tree
Showing 2 changed files with 1,675 additions and 1,556 deletions.
4 changes: 2 additions & 2 deletions tests/listener-actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ it('listening to a failed thunk', async () => {
expect(store.getState().audit.logs).toEqual(['Added 10']);
});

it('listening to a thunk, firing a thunk', async (done) => {
it('listening to a thunk, firing a thunk', (done) => {
// ARRANGE
const math = {
sum: 0,
Expand Down Expand Up @@ -225,7 +225,7 @@ it('listening to a thunk, firing a thunk', async (done) => {
});

// ACT
await store.getActions().math.add(10);
store.getActions().math.add(10);
});

it('listening to a string, firing an action', async () => {
Expand Down
Loading

0 comments on commit c63555c

Please sign in to comment.