fix(XHRImpl): fix errors, add a spec

fixes #1715
This commit is contained in:
Victor Berchet
2015-05-19 19:27:03 +02:00
parent ec90fcd290
commit 91ccc9af98
7 changed files with 59 additions and 10 deletions

View File

@ -19,7 +19,8 @@ module.exports = function(config) {
{pattern: 'packages/**/*.dart', included: false, watched: false},
// Init and configure guiness.
{pattern: 'test-main.dart', included: true}
{pattern: 'test-main.dart', included: true},
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false},
],
exclude: [