From 13a1da91be7e887865100134855b765caff78df6 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Wed, 17 May 2017 15:05:39 +0900 Subject: [PATCH] [Lint] Remove an unexpected trailing comma --- tests/lib/markdown-text-helper-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/markdown-text-helper-test.js b/tests/lib/markdown-text-helper-test.js index 9077e118..e4ad86bc 100644 --- a/tests/lib/markdown-text-helper-test.js +++ b/tests/lib/markdown-text-helper-test.js @@ -36,7 +36,7 @@ test(t => { ['`MY_TITLE`', 'MY_TITLE'], ['MY_TITLE', 'MY_TITLE'], // I have no idea for it... - ['```test', '`test'], + ['```test', '`test'] ] testCases.forEach(testCase => {