fixed e2e file path plus unused code deletion

This commit is contained in:
Carlos Jimenez 2019-01-02 09:04:28 +01:00
parent 129037ff95
commit b1f0367b34
1 changed files with 0 additions and 16 deletions

View File

@ -92,22 +92,6 @@ gulp.task('smokes-only', () => {
.pipe(jasmine({reporter: 'none'}));
});
/**
* Runs the backend tests.
*/
// gulp.task('test', ['test-only'], async () => {
// gulp.watch('./services/**/*', ['test-only']);
// gulp.unwatch('./services/node_modules');
// });
// gulp.task('test-only', () => {
// const jasmine = require('gulp-jasmine');
// gulp.src('./loopback/common/**/*[sS]pec.js')
// .pipe(jasmine(
// require('./services-test.config')
// ));
// });
/**
* Cleans all generated project files.
*/