Skip to content

Commit 4b97a64

Browse files
yjbanovgoderbauer
authored andcommitted
chore: reenable analyzer_plugin tests
Closes angular#3591
1 parent 6e6a58e commit 4b97a64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/build/run_server_dart_tests.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ module.exports = function(gulp, plugins, config) {
1616
};
1717

1818
function run(dir) {
19-
if (dir == 'dist/dart/analyzer_plugin') {
20-
// TODO: reenable after migration from unittest to test
21-
return Q.resolve();
22-
}
2319
var testDir = path.join(dir, 'test');
2420
var relativeMasterTestFile = 'test/_all_tests.dart';
2521
var testFiles = [].slice.call(glob.sync('**/*.server.spec.dart', {

0 commit comments

Comments
 (0)