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