Skip to content

Commit

Permalink
Formatting in ban rule test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Hartmann committed Jul 17, 2016
1 parent 13b6c3d commit 9cfc5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rules/ban/test.ts.lint
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ fdescribe("some text", () => {});
~~~~~~~~~ [function invocation disallowed: fdescribe]
it("some text", () => {});
xit("some text", () => {});
~~~ [function invocation disallowed: xit]
~~~ [function invocation disallowed: xit]
fit("some text", () => {});
~~~ [function invocation disallowed: fit]
~~~ [function invocation disallowed: fit]

0 comments on commit 9cfc5b7

Please sign in to comment.