Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Merge eead9d6 into 9328ae2
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 13, 2018
2 parents 9328ae2 + eead9d6 commit c24e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BrightScriptFormatter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('BrightScriptFormatter', () => {
});

describe('getCompositeKeywordParts', () => {
it('works', () => {
it('works flawlessly', () => {
let parts;
parts = (formatter as any).getCompositeKeywordParts({ value: 'endif' });
expect(parts[0]).to.equal('end');
Expand Down

0 comments on commit c24e184

Please sign in to comment.