Remove accidental .only()
in test from fdcd4e51c5
This commit is contained in:
parent
f942c224f5
commit
2b93b8cb56
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
describe.only("Zotero.Translators", function () {
|
||||
describe("Zotero.Translators", function () {
|
||||
describe("#init()", function () {
|
||||
async function testUpdateCache({ translatorID, label1, label2, lastUpdated1, lastUpdated2, expect }) {
|
||||
var translator1 = buildDummyTranslator('web', `function doDetect() {}; function doSearch(); {}`, {
|
||||
|
|
Loading…
Add table
Reference in a new issue