Reset Zotero.locale to 'en-US' after cite test

This commit is contained in:
Dan Stillman 2022-08-10 00:53:25 -04:00
parent 20d0f103fd
commit a9c3fc7790

View file

@ -1,4 +1,8 @@
describe("Zotero.Cite", function () {
after(function () {
Zotero.locale = 'en-US';
});
describe("#getLocatorString()", function () {
it("should get 'book' in en-US", function () {
Zotero.locale = 'en-US';