Skip to content

Commit

Permalink
Run all tests in assign.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 9, 2023
1 parent b4503a5 commit e1c34b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/assign.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ describe('assign meta', () => {
expect(actor.getSnapshot().context.count).toEqual(11);
});

it.only('should provide the action parameters to the partial assigner', () => {
it('should provide the action parameters to the partial assigner', () => {
const machine = createMachine(
{
types: {} as {
Expand Down

0 comments on commit e1c34b5

Please sign in to comment.