mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Remove only from karma test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user