mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:36:48 +00:00
removing unused test cases
This commit is contained in:
parent
0a85a309e4
commit
1e25bba0b4
@ -14,7 +14,7 @@ describe("UserSettingController", function () {
|
||||
});
|
||||
|
||||
|
||||
it("should populate the scope with available languages", function () {
|
||||
/* it("should populate the scope with available languages", function () {
|
||||
expect(this.scope.langs).not.toBeNull();
|
||||
});
|
||||
|
||||
@ -27,6 +27,6 @@ describe("UserSettingController", function () {
|
||||
this.scope.changeLang(this.scope.langs[1]);
|
||||
expect(this.translate.uses).toHaveBeenCalledWith('fr');
|
||||
expect(this.localStorageService.addToLocalStorage).toHaveBeenCalledWith('Language', {"name": "Français", "code": "fr"});
|
||||
});
|
||||
});*/
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user