We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a3b2d commit bac2affCopy full SHA for bac2aff
test/addons-napi/test_dataview/test.js
@@ -11,4 +11,4 @@ const template = Reflect.construct(DataView, [buffer]);
11
12
const theDataview = test_dataview.CreateDataView(template);
13
assert.ok(theDataview instanceof DataView,
14
- 'The new variable should be of type Dataview');
+ `Expect ${theDataview} to be a DataView`);
0 commit comments