We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onPrepare
1 parent ab20456 commit acf6139Copy full SHA for acf6139
app/templates/protractor.conf.js
@@ -64,7 +64,8 @@ var config = {
64
serverConfig: require('./server/config/environment')
65
},
66
67
- onPrepare: function() {<% if (filters.mocha) { %>
+ onPrepare: function() {
68
+ require('babel-core/register');<% if (filters.mocha) { %>
69
// Load Mocha and Chai + plugins
70
require('./mocha.conf');
71
0 commit comments