Skip to content

Commit c04cebc

Browse files
authored
fix: only one test is executing others ignored
1 parent 8de4e31 commit c04cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('parser', () => {
104104
});
105105
});
106106

107-
it.only('should parse component with props with external type', () => {
107+
it('should parse component with props with external type', () => {
108108
check('ColumnWithPropsWithExternalType', {
109109
ColumnWithPropsWithExternalType: {
110110
prop1: { type: 'string', required: false },

0 commit comments

Comments
 (0)