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 7eab91a160
commit ebacb83563

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';