function test()

in gulpfile.js [36:38]


function test() {
  return runSpawn(process.execPath, ['node_modules/jasmine/bin/jasmine.js']);
}