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

Unified Diff: karma.conf.js

Issue 1956513004: Switch to actual unittest, stack trace, and path packages. Tag tests as failing that were ignored d… (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | « .gitignore ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index 6d505550b41401a5e8c78f09705e203696fffde2..6725bea996d4f4b91c72a4b4a7fc6cea686e9f7f 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -19,6 +19,8 @@ module.exports = function(config) {
'test/codegen/expect/async_helper/async_helper.js',
'test/codegen/expect/dom/dom.js',
'test/codegen/expect/expect/expect.js',
+ 'test/codegen/expect/path/path.js',
+ 'test/codegen/expect/stack_trace/stack_trace.js',
'test/codegen/expect/js/js.js',
'test/codegen/expect/matcher/matcher.js',
'test/codegen/expect/unittest/unittest.js',
« no previous file with comments | « .gitignore ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698