mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Delete a comma pointed by eslint
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user