Skip to content

Commit ffb16cb

Browse files
committed
fix(test): use babel in protractor.conf.js
1 parent 483dda0 commit ffb16cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: templates/app/protractor.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// https://github.com/angular/protractor/blob/master/referenceConf.js
33

44
'use strict';
5+
require('babel-register');
56

67
var config = {
78
// The timeout for each script run on the browser. This should be longer

0 commit comments

Comments
 (0)