Skip to content

Commit

Permalink
Remove angular2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Feb 2, 2017
1 parent 82b6f41 commit 63b3e40
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 448 deletions.
22 changes: 0 additions & 22 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
var gulp = require('gulp');
var eslint = require('gulp-eslint');
var htmlExtract = require('gulp-html-extract');
var sourcemaps = require('gulp-sourcemaps');
var stylelint = require('gulp-stylelint');
var ts = require('gulp-typescript');
var typings = require('gulp-typings');

gulp.task('lint', ['lint:js', 'lint:html', 'lint:css']);

Expand Down Expand Up @@ -50,22 +47,3 @@ gulp.task('lint:css', function() {
]
}));
});

gulp.task('typings', function() {
return gulp.src('test/angular2/typings.json')
.pipe(typings());
});

gulp.task('ng2', ['typings'], function() {
['test/angular2'].forEach(function(dir) {
gulp.src([dir + '/*.ts', 'test/angular2/typings/main/**/*.d.ts'])
.pipe(sourcemaps.init())
.pipe(ts(ts.createProject('test/angular2/tsconfig.json')))
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest(dir));
});
});

gulp.task('ng2:watch', function() {
gulp.watch('test/angular2/*.ts', ['ng2']);
});
22 changes: 4 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,15 @@
"url": "https://github.com/vaadin/vaadin-combo-box/issues"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@vaadin/angular2-polymer": "^1.0.0-beta4",
"es6-shim": "^0.35.0",
"eslint-plugin-html": "^1.7.0",
"eslint-config-vaadin": "github:vaadin/eslint-config-vaadin",
"eslint-config-vaadin": "^0.1.0",
"gulp": "latest",
"gulp-html-extract": "^0.1.0",
"gulp-eslint": "^3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^3.7.0",
"gulp-typescript": "^2.13.0",
"gulp-typings": "^1.3.4",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.12",
"stylelint-config-vaadin": "github:vaadin/stylelint-config-vaadin",
"systemjs": "0.19.27",
"web-component-tester": "^5.0.0",
"zone.js": "^0.6.17"
"stylelint-config-vaadin": "^0.1.0",
"wct-random-output": "^0.1.1",
"web-component-tester": "^5.0.0"
},
"scripts": {
"test": "wct"
Expand Down
192 changes: 0 additions & 192 deletions test/angular2.html

This file was deleted.

55 changes: 0 additions & 55 deletions test/angular2/app.component.js

This file was deleted.

1 change: 0 additions & 1 deletion test/angular2/app.component.js.map

This file was deleted.

39 changes: 0 additions & 39 deletions test/angular2/app.component.ts

This file was deleted.

Loading

0 comments on commit 63b3e40

Please sign in to comment.