mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
[Lint] Remove semicolons
This commit is contained in:
@@ -40,7 +40,7 @@ test(t => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
testCases.forEach(testCase => {
|
testCases.forEach(testCase => {
|
||||||
const [input, expected] = testCase;
|
const [input, expected] = testCase
|
||||||
t.is(markdown.strip(input), expected, `Test for strip() input: ${input} expected: ${expected}`);
|
t.is(markdown.strip(input), expected, `Test for strip() input: ${input} expected: ${expected}`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user