angular-cli/tests/run_e2e.js
Hans e3b48da4b2 feat(@ngtools/logger): Implement a reactive logger. (#3774)
It is typescript friendly and ultra performant. Using it in e2e tests for a PoC.
2016-12-28 19:02:55 -08:00

5 lines
108 B
JavaScript

/*eslint-disable no-console */
'use strict';
require('../lib/bootstrap-local');
require('./e2e_runner.ts');