1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Delete a comma pointed by eslint

This commit is contained in:
asmsuechan
2017-05-23 15:51:21 +09:00
parent 2bbe7056d1
commit 0f71139eba

View File

@@ -13,7 +13,7 @@ test('findNoteTitle#find should return a correct title (string)', t => {
['# hoge_hoge_hoge', 'hoge_hoge_hoge'], ['# hoge_hoge_hoge', 'hoge_hoge_hoge'],
['```\n# hoge\n```\n# fuga', 'fuga'], ['```\n# hoge\n```\n# fuga', 'fuga'],
['```\n# hoge\n```', '```'], ['```\n# hoge\n```', '```'],
['hoge', 'hoge'], ['hoge', 'hoge']
] ]
testCases.forEach(testCase => { testCases.forEach(testCase => {