#1248 createXMLSample create xml sample for primitive

This commit is contained in:
Anna Bodnia
2016-01-12 14:06:54 +02:00
parent e904ca1729
commit 7a8f7016c2
6 changed files with 138 additions and 15 deletions

View File

@@ -22,8 +22,8 @@ module.exports = function(config) {
'test/unit/**/*.js'
],
reporters: [ 'dots' ],
singleRun: true,
browsers: [ 'PhantomJS', /* 'Chrome' */]
browsers: [ 'PhantomJS'/*, 'Chrome' */]
});
};