Skip to content

Commit

Permalink
refactor: make spec look consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Nov 20, 2018
1 parent 6015ece commit 0fe8746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/jsflags.spec.js
Expand Up @@ -77,11 +77,11 @@ describe('headlessGetOptions', function () {
var context = {}
var url = 'http://localhost:9876'
var args = {}
expect(headlessGetOptions.call(context, url, args, parent)).to.have.members([
expect(headlessGetOptions.call(context, url, args, parent)).to.be.eql([
'-incognito',
'--remote-debugging-port=9333',
'--headless',
'--disable-gpu',
'--remote-debugging-port=9333'
'--disable-gpu'
])
})
})

0 comments on commit 0fe8746

Please sign in to comment.