Reset Zotero.locale
to 'en-US' after cite test
This commit is contained in:
parent
7eab91a160
commit
ebacb83563
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
Add a link
Reference in a new issue