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

Unified Diff: pkg/dev_compiler/karma.conf.js

Issue 2930733002: Add codegen test for equality. (Closed)
Patch Set: Created 3 years, 6 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 | pkg/dev_compiler/test/browser/language_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/karma.conf.js
diff --git a/pkg/dev_compiler/karma.conf.js b/pkg/dev_compiler/karma.conf.js
index 06edd81742d20b67b60bf914b0d60615457b070c..f43a6ca238d5632bb47cfa3f22264cea4dc0395e 100644
--- a/pkg/dev_compiler/karma.conf.js
+++ b/pkg/dev_compiler/karma.conf.js
@@ -14,13 +14,14 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
{pattern: 'lib/js/amd/dart_sdk.js', included: false},
+ {pattern: 'gen/codegen_output/*.js', included: false},
{pattern: 'gen/codegen_output/pkg/*.js', included: false},
{pattern: 'gen/codegen_output/language/**/*.js', included: false},
{pattern: 'gen/codegen_output/corelib/**/*.js', included: false},
{pattern: 'gen/codegen_output/lib/**/*.js', included: false},
{pattern: 'gen/codegen_tests/lib/**/*.txt', included: false},
{pattern: 'test/browser/*.js', included: false},
- {pattern: 'node_modules/is_js/*.js', included: false},
+ {pattern: 'node_modules/is_js/*.js', included: false},
'test-main.js',
],
« no previous file with comments | « no previous file | pkg/dev_compiler/test/browser/language_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698