Skip to content

Commit

Permalink
fixed leftover instances of external property
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 9, 2023
1 parent 45a8c27 commit c5b2e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/test/actions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('entry/exit actions', () => {
on: {
RESTART: {
target: 'green',
external: true
reenter: true
}
}
}
Expand All @@ -256,7 +256,7 @@ describe('entry/exit actions', () => {
on: {
RESTART: {
target: 'green',
external: true
reenter: true
}
},
initial: 'walk',
Expand Down Expand Up @@ -858,7 +858,7 @@ describe('entry/exit actions', () => {
on: {
RESTART: {
target: 'green',
external: true
reenter: true
}
},
initial: 'walk',
Expand Down

0 comments on commit c5b2e40

Please sign in to comment.