Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 18, 2023
1 parent ed7e7b7 commit 7fc7d7a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion test/test.from.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tape( 'attached to the main export is a `from` method for creating a complex num
t.strictEqual( isFunction( Complex64Array.from ), true, 'has method' );

arr = Complex64Array.from( [] );
t.strictEqual( arr instanceof Complex64Array, true, 'returns an instance' );
t.strictEqual( arr instanceof Complex64Array, true, 'returns expected value' );

t.end();
});
Expand Down
Loading

0 comments on commit 7fc7d7a

Please sign in to comment.