Skip to content

Commit 0eea838

Browse files
committed
Remove gulp inttest
1 parent 218dd32 commit 0eea838

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

gulpfile.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const jasmine = require('gulp-jasmine');
1212
const del = require('del');
1313
const VERSION = require('./package.json').version;
1414

15-
// TODO(Rok) MEDIUM: Make `gulp test` to run both integration and unit tests.
16-
1715
const buildVars = {
1816
dev: {
1917
'stage': 'dev',
@@ -29,13 +27,6 @@ const buildVars = {
2927
'lintFailOnError': true,
3028
'browserifyFailOnError': true
3129
},
32-
inttest: {
33-
'stage': 'inttest',
34-
'browserifyDebug': true,
35-
'uglify': false,
36-
'lintFailOnError': true,
37-
'browserifyFailOnError': true
38-
},
3930
unittest: {
4031
'stage': 'unittest',
4132
'browserifyDebug': true,

0 commit comments

Comments
 (0)