Skip to content

Commit 5d5d06e

Browse files
committed
Auto-generated commit
1 parent cadef82 commit 5d5d06e

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
@@ -53,7 +53,7 @@ tape( 'main export is a function', function test( t ) {
5353
tape( 'if an environment supports `ArrayBuffer`, the export is an alias for `ArrayBuffer`', function test( t ) {
5454
var Foo = proxyquire( './../lib', {
5555
'@stdlib/assert-has-arraybuffer-support': isTrue,
56-
'./arraybuffer.js': Mock
56+
'./main.js': Mock
5757
});
5858
t.strictEqual( Foo, Mock, 'returns builtin' );
5959

0 commit comments

Comments
 (0)