Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix '.ts.fix' file to add extra test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Killian committed Aug 19, 2016
1 parent 02c71c5 commit 678f095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rules/semicolon/always/test.ts.fix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ interface ITest {
foo?: string;
bar: number;
baz: boolean;

readonly raz: number;
}

import {Router} from 'aurelia-router';
Expand Down

0 comments on commit 678f095

Please sign in to comment.