Skip to content

Commit

Permalink
disable enhancedHTMLConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
julien committed Apr 6, 2013
1 parent 484680c commit 1f6fe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests.dart
@@ -1,11 +1,11 @@
import 'dart:html';
import '../packages/unittest/unittest.dart';
import '../packages/unittest/html_enhanced_config.dart';
// import '../packages/unittest/html_enhanced_config.dart';
import '../lib/dart_mv.dart';

void main() {

useHtmlEnhancedConfiguration();
// useHtmlEnhancedConfiguration();

group('model tests', () {
Model model = new Model();
Expand Down

0 comments on commit 1f6fe3c

Please sign in to comment.