Skip to content

Commit c66acb4

Browse files
committed
chore: fix linter
1 parent f767427 commit c66acb4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/translator-import.test.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ globalThis.DOMParser = class {
2727

2828
setSandbox({
2929
ZU: {
30-
cleanAuthor: (_) => { },
30+
cleanAuthor: (_) => {},
3131
fieldIsValidForType: (_) => true,
3232
},
3333
Zotero: {
34-
Item: class { },
34+
Item: class {},
3535
},
36-
requestJSON: async () => { },
37-
requestText: async () => { },
36+
requestJSON: async () => {},
37+
requestText: async () => {},
3838
text: () => "",
3939
attr: () => "",
4040
});
@@ -43,7 +43,7 @@ describe("Zotero translator", () => {
4343
for (const filename of translatorFiles) {
4444
if (filename === "Bibliontology RDF.js") {
4545
// Currently fails, needs https://github.com/zotero/translators/pull/3594
46-
it.skip(`skips ${filename} due to known issues`, () => { });
46+
it.skip(`skips ${filename} due to known issues`, () => {});
4747
continue;
4848
}
4949

0 commit comments

Comments
 (0)