Skip to content

Commit

Permalink
compiler: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Apr 11, 2024
1 parent f39c605 commit 4f711b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/test/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test('transform will stop if a visitor returns truthy', (t) => {
t.assert(visitCount === 1);
});

test('one transform will stopping does not affect another', (t) => {
test('one transform stopping does not affect another', (t) => {
let callCount = 0;
let idCount = 0;

Expand Down

0 comments on commit 4f711b1

Please sign in to comment.