8000 Auto-generated commit · stdlib-js/array-uint16@503edd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 503edd6

Browse files
committed
Auto-generated commit
1 parent afd6132 commit 503edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tape( 'if an environment supports `Uint16Array`, the export is an alias for `Uin
4545

4646
Foo = proxyquire( './../lib', {
4747
'@stdlib/assert-has-uint16array-support': isTrue,
48-
'./uint16array.js': Mock
48+
'./main.js': Mock
4949
});
5050
t.strictEqual( Foo, Mock, 'returns builtin' );
5151

0 commit comments

Comments
 (0)
0