Skip to content

Commit 7c446fd

Browse files
committed
update gulp.js file
1 parent 938d310 commit 7c446fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gulpfile.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ gulp.task('e2e-tests', gulp.series('addAssets', function () {
7171
});
7272
}));
7373

74-
// gulp.task('e2e-tests', function () {
75-
// return cypress.run({
76-
// spec: 'test/cypress/e2e/**/*.cy.js',
77-
// });
78-
// });
79-
8074
gulp.task('test', gulp.series('e2e-tests'));
8175

8276
gulp.task('cleanupJS', function() {

0 commit comments

Comments
 (0)