Reset Zotero.locale
to 'en-US' after cite test
This commit is contained in:
parent
20d0f103fd
commit
a9c3fc7790
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
describe("Zotero.Cite", function () {
|
describe("Zotero.Cite", function () {
|
||||||
|
after(function () {
|
||||||
|
Zotero.locale = 'en-US';
|
||||||
|
});
|
||||||
|
|
||||||
describe("#getLocatorString()", function () {
|
describe("#getLocatorString()", function () {
|
||||||
it("should get 'book' in en-US", function () {
|
it("should get 'book' in en-US", function () {
|
||||||
Zotero.locale = 'en-US';
|
Zotero.locale = 'en-US';
|
||||||
|
|
Loading…
Add table
Reference in a new issue