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

Unified Diff: src/site/articles/dart-unit-tests/index.markdown

Issue 12253042: add warning about importing multiple configs (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/articles/dart-unit-tests/index.markdown
diff --git a/src/site/articles/dart-unit-tests/index.markdown b/src/site/articles/dart-unit-tests/index.markdown
index 5a327398c4232139338e3dd770b918076c119b78..177e6c78f53b99e9333183b7bea459fecded6944 100644
--- a/src/site/articles/dart-unit-tests/index.markdown
+++ b/src/site/articles/dart-unit-tests/index.markdown
@@ -225,6 +225,13 @@ and add a line before the tests:
useHtmlConfiguration();
{% endprettify %}
+<aside class="alert alert-warning" markdown="1">
+**Important:**
+Import and use **only one configuration.**
+If you import multiple configuration files,
+your tests won't run.
+</aside>
+
Test results will be displayed in the Dartium window and exit codes are shown in the editor's Debugger tab.
The rest of this article dives deeper into the unit test library.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698