Skip to content

Commit e731be2

Browse files
committed
Fix test expectation
1 parent 34d006a commit e731be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/ember-object/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function runTest(
113113
}
114114
expect(errorCount).toEqual(1);
115115
} else if (skipped) {
116-
expect(runTransform(input, testPath)).toEqual('');
116+
expect(runTransform(input, testPath)).toBeUndefined();
117117
} else {
118118
expect(runTransform(input, testPath)).toEqual(output.trim());
119119
}

0 commit comments

Comments
 (0)