WIP karma tests
This commit is contained in:
parent
3e345fa600
commit
5886af5420
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ describe('Storage model', function() {
|
|||
});
|
||||
should.exist(s2);
|
||||
});
|
||||
it('should fail when encrypting without a password', function() {
|
||||
it.only('should fail when encrypting without a password', function() {
|
||||
|
||||
var s2 = new Storage({
|
||||
storage: localMock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue