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

Unified Diff: third_party/pkg/route_hierarchical/karma.conf.js

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
Index: third_party/pkg/route_hierarchical/karma.conf.js
diff --git a/third_party/pkg/route_hierarchical/karma.conf.js b/third_party/pkg/route_hierarchical/karma.conf.js
deleted file mode 100644
index 848bf3b328bc4a2eb068f439107335b4c1329f68..0000000000000000000000000000000000000000
--- a/third_party/pkg/route_hierarchical/karma.conf.js
+++ /dev/null
@@ -1,42 +0,0 @@
-module.exports = function(config) {
- config.set({
- //logLevel: config.LOG_DEBUG,
- basePath: '.',
- frameworks: ['dart-unittest'],
-
- // list of files / patterns to load in the browser
- // all tests must be 'included', but all other libraries must be 'served' and
- // optionally 'watched' only.
- files: [
- 'test/*.dart',
- {pattern: '**/*.dart', watched: true, included: false, served: true},
- 'packages/browser/dart.js',
- 'packages/browser/interop.js'
- ],
-
- autoWatch: false,
-
- // If browser does not capture in given timeout [ms], kill it
- captureTimeout: 10000,
- // 5 minutes is enough time for dart2js to run on Travis...
- browserNoActivityTimeout: 300000,
-
- plugins: [
- 'karma-dart',
- 'karma-chrome-launcher',
- 'karma-firefox-launcher',
- 'karma-script-launcher',
- 'karma-junit-reporter'
- ],
-
- customLaunchers: {
- Dartium: { base: 'ChromeCanary', flags: ['--no-sandbox'] },
- ChromeNoSandbox: { base: 'Chrome', flags: ['--no-sandbox'] }
- },
-
- junitReporter: {
- outputFile: 'test/out/unit.xml',
- suite: 'unit'
- }
- });
-};
« no previous file with comments | « third_party/pkg/route_hierarchical/example/basic/example.html ('k') | third_party/pkg/route_hierarchical/lib/client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698