mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: make ESLint Happy
This commit is contained in:
@@ -8,9 +8,9 @@ const createSource = async function *(input: string[]) {
|
||||
}
|
||||
};
|
||||
|
||||
const test = async (a: string[], b: string[], expected: boolean) => {
|
||||
async function test(a: string[], b: string[], expected: boolean) {
|
||||
expect((await fileEqual(a, createSource(b)))).to.eq(expected);
|
||||
};
|
||||
}
|
||||
|
||||
describe('fileEqual', () => {
|
||||
it('same', () => test(
|
||||
|
||||
Reference in New Issue
Block a user