Skip to content

Commit

Permalink
fixup! remove (Object) from basic types on addon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Apr 2, 2019
1 parent 71415cd commit 27127e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/addon/jsapi-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function verifyBasicTypes(llnode, t) {
const heapTypes = llnode.getHeapTypes();
const basicTypes = [
// basic JS types
'(Array)', '(String)', 'Object', '(Object)', '(ArrayBufferView)',
'(Array)', '(String)', 'Object', '(ArrayBufferView)',
// Node types
'process', 'NativeModule'
].sort();
Expand Down

0 comments on commit 27127e4

Please sign in to comment.