mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Remove only from karma test
This commit is contained in:
parent
44c83eb341
commit
2d78f6c838
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ describe('Analytics Service', function () {
|
|||
sandbox.stub(window, 'ga');
|
||||
});
|
||||
|
||||
it.only('sets up user with Amplitude', function() {
|
||||
it('sets up user with Amplitude', function() {
|
||||
analytics.register();
|
||||
clock.tick();
|
||||
expect(amplitude.setUserId).to.have.been.calledOnce;
|
||||
|
|
|
|||
Loading…
Reference in a new issue