Skip to content

Commit

Permalink
chore: bump standard to latest and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Nov 21, 2018
1 parent 38db702 commit b33f1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"load-grunt-tasks": "^3.2.0",
"mocha": "^5.2.0",
"sinon": "^7.1.1",
"standard": "^10.0.0"
"standard": "^12.0.0"
},
"contributors": [
"Mark Ethan Trostler <mark@zzo.com>",
Expand Down
2 changes: 1 addition & 1 deletion test/jsflags.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('canaryGetOptions', function () {
var parent = sinon.stub().returns(['-incognito'])
var context = {}
var url = 'http://localhost:9876'
var args = {flags: ['--js-flags="--expose-gc"']}
var args = { flags: ['--js-flags="--expose-gc"'] }
expect(canaryGetOptions.call(context, url, args, parent)).to.be.eql([
'-incognito',
'--js-flags=--expose-gc --nocrankshaft --noopt'
Expand Down

0 comments on commit b33f1b4

Please sign in to comment.