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 8de4e31 commit c04cebcCopy full SHA for c04cebc
src/__tests__/parser.ts
@@ -104,7 +104,7 @@ describe('parser', () => {
104
});
105
106
107
- it.only('should parse component with props with external type', () => {
+ it('should parse component with props with external type', () => {
108
check('ColumnWithPropsWithExternalType', {
109
ColumnWithPropsWithExternalType: {
110
prop1: { type: 'string', required: false },
0 commit comments