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

[Lint] Remove an unexpected trailing comma

This commit is contained in:
asmsuechan
2017-05-17 15:05:39 +09:00
parent 930b58d2a8
commit 13a1da91be

View File

@@ -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 => {