Run test once and exit */ gulp.task('test', function(done) { new Karma({ configFile: __dirname + '/../../karma.conf.js', singleRun: true }, function() ...
確定! 回上一頁