Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Mar 29, 2019
1 parent 787e0d2 commit b51d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const chromiumTypes = require('./chromium-types');
const webkitTypes = require('./webkit-types');

function add(a, b) {
return a + b;
return (+a) + (+b);
}

describe('Adding two numbers together', function() {
Expand Down

0 comments on commit b51d92c

Please sign in to comment.