Skip to content

Commit

Permalink
Deleted the test tasks, we slowly need to move it to Angular CLI or
Browse files Browse the repository at this point in the history
webpack since that is the thing to do here
  • Loading branch information
thehoneymad committed Apr 6, 2017
1 parent 042d952 commit a254279
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 282 deletions.
2 changes: 1 addition & 1 deletion config/gulp/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var envVars = require('../utils/env-vars');
require('@ngstarter/systemjs-extension')(config);

gulp.task('build', function (done) {
runSequence('test', 'build-systemjs', 'build-assets', done);
runSequence('build-systemjs', 'build-assets', done);
});

/* Concat and minify/uglify all css, js, and copy fonts */
Expand Down
70 changes: 0 additions & 70 deletions config/gulp/tasks/test.js

This file was deleted.

40 changes: 0 additions & 40 deletions config/test/karma-test-shim.js

This file was deleted.

97 changes: 0 additions & 97 deletions config/test/karma.conf.js

This file was deleted.

23 changes: 0 additions & 23 deletions config/test/protractor.conf.js

This file was deleted.

51 changes: 0 additions & 51 deletions src/app/app.component.spec.ts

This file was deleted.

0 comments on commit a254279

Please sign in to comment.