Skip to content

Commit

Permalink
Update packages/robot-hooks/test/test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Dec 27, 2024
1 parent 0881734 commit 20e68d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/robot-hooks/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ QUnit.module('useMachine', hooks => {
transition('next', 'deepTwo')
),
deepTwo: state(),
})
});
const nested = createMachine({
nestedOne: state(
transition('next', 'nestedTwo')
Expand Down

0 comments on commit 20e68d6

Please sign in to comment.