Files
sdk/pkg/dev_compiler/test/codegen/html_config.dart
T

9 lines
373 B
Dart

// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A simple unit test library for running tests in a browser.
library unittest.html_config;
// void useHtmlConfiguration([bool isLayoutTest = false]) { }