Remove accidental .only() in test from fdcd4e51c5

This commit is contained in:
Dan Stillman 2021-07-12 15:24:13 -04:00
parent f942c224f5
commit 2b93b8cb56

View file

@ -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(); {}`, {