Skip to content

Commit

Permalink
style: Improved comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Stevens committed Jul 1, 2019
1 parent ddd1030 commit 40a4c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/rules/_work.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import { Rule, RuleTester } from "eslint";

/*
* Step 1.
* Import the rule to test
* Import the rule to test.
*/
import { rule } from "../../src/rules/readonlyArray";

import { typescript } from "../configs";

/*
* Step 2a.
* Provide a valid test cases.
* Provide a valid test case.
*/
const valid: Array<string | RuleTester.ValidTestCase> = [
// {
Expand All @@ -28,7 +28,7 @@ const valid: Array<string | RuleTester.ValidTestCase> = [

/*
* Step 2b.
* Or provide an invalid test cases.
* Or provide an invalid test case.
*/
const invalid: Array<RuleTester.InvalidTestCase> = [
// {
Expand Down

0 comments on commit 40a4c4f

Please sign in to comment.