Skip to content

Commit

Permalink
Remove analytics from spec #3688
Browse files Browse the repository at this point in the history
  • Loading branch information
jupapios committed Dec 24, 2016
1 parent 0ae0bba commit 14dc170
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/commands/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { expect } from 'chai';
import * as proc from 'child_process';

const MockUI = require('../../helpers/mock-ui');
const MockAnalytics = require('../../helpers/mock-analytics');
const MockProject = require('../../helpers/mock-project');

function createProject() {
Expand All @@ -30,7 +29,6 @@ describe('e2e command', () => {
settings: {},
project: createProject(),
ui: new MockUI(),
analytics: new MockAnalytics(),
});
});

Expand Down

0 comments on commit 14dc170

Please sign in to comment.