Skip to content

Commit 14dc170

Browse files
committed
Remove analytics from spec angular#3688
1 parent 0ae0bba commit 14dc170

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/commands/e2e.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { expect } from 'chai';
55
import * as proc from 'child_process';
66

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

1110
function createProject() {
@@ -30,7 +29,6 @@ describe('e2e command', () => {
3029
settings: {},
3130
project: createProject(),
3231
ui: new MockUI(),
33-
analytics: new MockAnalytics(),
3432
});
3533
});
3634

0 commit comments

Comments
 (0)