mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
update piskel mock in BackupServiceTest
This commit is contained in:
parent
7de03f1e73
commit
c31b7a351c
@ -40,6 +40,10 @@ describe('BackupService test', function () {
|
||||
_hash: null,
|
||||
getDescriptor: function () { return this._descriptor; },
|
||||
getHash: function () { return this._hash; },
|
||||
getWidth: function () { return 32; },
|
||||
getHeight: function () { return 32; },
|
||||
getFrameCount: function () { return 1; },
|
||||
getFPS: function () { return 12; },
|
||||
};
|
||||
|
||||
mockPiskelController = {
|
||||
|
Loading…
Reference in New Issue
Block a user