We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969aa6 commit 11c72deCopy full SHA for 11c72de
1 file changed
test/unit-plugin-tester.test.ts
@@ -72,11 +72,10 @@ const isBabelFileResult = function (obj: unknown) {
72
typeof obj !== 'object' ||
73
!('ast' in obj) ||
74
!('code' in obj) ||
75
- !('ignored' in obj) ||
76
!('map' in obj) ||
77
!('metadata' in obj);
78
79
- return isNotBabelFileResult;
+ return !isNotBabelFileResult;
80
};
81
82
const dummyTestObject = { [$type]: 'test-object' } as const;
0 commit comments