| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c8a3b2d commit bac2aff
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,4 +11,4 @@ const template = Reflect.construct(DataView, [buffer]); | |||
| 11 | 11 | ||
| 12 | 12 | const theDataview = test_dataview.CreateDataView(template); | |
| 13 | 13 | assert.ok(theDataview instanceof DataView, | |
| 14 | - 'The new variable should be of type Dataview'); | ||
| 14 | + `Expect ${theDataview} to be a DataView`); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments