We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae0bba commit 14dc170Copy full SHA for 14dc170
tests/unit/commands/e2e.spec.ts
@@ -5,7 +5,6 @@ import { expect } from 'chai';
5
import * as proc from 'child_process';
6
7
const MockUI = require('../../helpers/mock-ui');
8
-const MockAnalytics = require('../../helpers/mock-analytics');
9
const MockProject = require('../../helpers/mock-project');
10
11
function createProject() {
@@ -30,7 +29,6 @@ describe('e2e command', () => {
30
29
settings: {},
31
project: createProject(),
32
ui: new MockUI(),
33
- analytics: new MockAnalytics(),
34
});
35
36
0 commit comments