From 40a4c4ffb52dd94bd1ac79362063679516879430 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Tue, 2 Jul 2019 10:44:26 +1200 Subject: [PATCH] style: Improved comment style --- tests/rules/_work.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rules/_work.test.ts b/tests/rules/_work.test.ts index 9a549e137..00721d703 100644 --- a/tests/rules/_work.test.ts +++ b/tests/rules/_work.test.ts @@ -7,7 +7,7 @@ import { Rule, RuleTester } from "eslint"; /* * Step 1. - * Import the rule to test + * Import the rule to test. */ import { rule } from "../../src/rules/readonlyArray"; @@ -15,7 +15,7 @@ import { typescript } from "../configs"; /* * Step 2a. - * Provide a valid test cases. + * Provide a valid test case. */ const valid: Array = [ // { @@ -28,7 +28,7 @@ const valid: Array = [ /* * Step 2b. - * Or provide an invalid test cases. + * Or provide an invalid test case. */ const invalid: Array = [ // {