2016-10-04 23:39:20 -04:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2016-08-30 21:07:40 -04:00
|
|
|
module.exports = {
|
|
|
|
target: 'node',
|
|
|
|
entry: './test/all_spec.js',
|
2016-10-04 23:39:20 -04:00
|
|
|
output: {filename: './all_spec.js'},
|
|
|
|
resolve: {extensions: ['.js']},
|
2017-01-27 20:39:48 -05:00
|
|
|
|
2016-08-30 21:07:40 -04:00
|
|
|
};
|