Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Mar 20, 2023
1 parent a537912 commit a385137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/ember-object/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function runTest(
}
expect(errorCount).toEqual(1);
} else if (skipped) {
expect(runTransform(input, testPath)).toEqual('');
expect(runTransform(input, testPath)).toBeUndefined();
} else {
expect(runTransform(input, testPath)).toEqual(output.trim());
}
Expand Down

0 comments on commit a385137

Please sign in to comment.