Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Side by Side Diff: pkg/third_party/angular_tests/directive/ng_cloak_test.dart

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /// auto-generated by generate_angular_tests.sh
2
3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file.
6
7 library angular_tests;
8
9 import 'package:angular/mock/module.dart';
10 import 'package:unittest/html_config.dart';
11 import 'package:unittest/unittest.dart';
12 import '../../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' a s test_lib;
13
14 main() {
15 useHtmlConfiguration();
16
17 setUp(() {
18 setUpInjector();
19 });
20
21 test_lib.main();
22 }
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698