- adds console and cloud reporter (via Google BigQuery). - makes parameters of tests explicit and modifiable. - removes `detect` and `ignoreGc` mode from benchpress as these can result in unstable numbers.
17 lines
576 B
JavaScript
17 lines
576 B
JavaScript
System.paths = {
|
|
'core/*': '/core/lib/*.js',
|
|
'change_detection/*': '/change_detection/lib/*.js',
|
|
'facade/*': '/facade/lib/*.js',
|
|
'di/*': '/di/lib/*.js',
|
|
'directives/*': '/directives/lib/*.js',
|
|
'rtts_assert/*': '/rtts_assert/lib/*.js',
|
|
'test_lib/*': '/test_lib/lib/*.js',
|
|
'reflection/*': '/reflection/lib/*.js',
|
|
'benchpress/*': '/benchpress/lib/*.js',
|
|
'examples/*': '/examples/web/*.js',
|
|
'e2e_test_lib/*': '/e2e_test_lib/lib/*.js',
|
|
'benchmarks/*': '/benchmarks/web/*.js',
|
|
'benchmarks_external/*': '/benchmarks_external/web/*.js',
|
|
};
|
|
register(System);
|