refactor(tests): move files from angular2/e2e_test to angular2/src/test_lib
The `e2e_test` folder in `angular2` never contained e2e tests but was used to store utilities for writing e2e/perf tests. A better place for them is `angular2/src/test_lib`. Closes #855
This commit is contained in:
committed by
Misko Hevery
parent
ba0a1ec459
commit
7ddfbf8bea
@@ -1,4 +1,4 @@
|
||||
var testUtil = require('angular2/e2e_test/test_util');
|
||||
var testUtil = require('angular2/src/test_lib/e2e_util');
|
||||
describe('hello world', function () {
|
||||
|
||||
afterEach(testUtil.verifyNoBrowserErrors);
|
||||
|
||||
Reference in New Issue
Block a user