Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Landa committed Apr 27, 2017
1 parent 945de50 commit 217d3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('parser', () => {
assert.equal(true, i.members[3].isRequired);
});

it('Should should avoid exported objects', () => {
it('Should avoid parsing exported objects as components', () => {
const fileName = path.join(__dirname, '../../src/__tests__/data/ConstExport.tsx'); // it's running in ./temp
const result = getDocumentation(fileName);
assert.ok(result.classes);
Expand Down

0 comments on commit 217d3e5

Please sign in to comment.