mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
'use strict'
|
|
|
|
var analyticsMock = {
|
|
login: sandbox.spy(),
|
|
register: sandbox.spy(),
|
|
updateUser: sandbox.spy(),
|
|
track: sandbox.spy()
|
|
};
|