Skip to content

Commit

Permalink
chore(test): Update browser tests (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored May 2, 2019
1 parent 8f44a24 commit aff9e72
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,18 @@ const server = require('./packages/client/test/server');
module.exports = function (grunt) {
const browsers = [{
browserName: 'firefox',
platform: 'Windows 10'
platform: 'linux'
}, {
browserName: 'googlechrome',
browserName: 'chrome',
platform: 'linux'
},
// {
// browserName: 'safari',
// platform: 'OS X 10.11',
// version: '9.0'
// },
{
}, {
browserName: 'internet explorer',
platform: 'Windows 8',
version: '10'
}, {
browserName: 'internet explorer',
platform: 'Windows 10',
version: '11'
version: '11.285'
}];

grunt.registerTask('server', 'Start the test server', function () {
Expand Down

0 comments on commit aff9e72

Please sign in to comment.