There was an error while loading. Please reload this page.
1 parent f8b3319 commit 7da4bc5Copy full SHA for 7da4bc5
test/test.js
@@ -45,7 +45,7 @@ tape( 'if an environment supports `Uint8Array`, the export is an alias for `Uint
45
46
Foo = proxyquire( './../lib', {
47
'@stdlib/assert-has-uint8array-support': isTrue,
48
-'./uint8array.js': Mock
+'./main.js': Mock
49
});
50
t.strictEqual( Foo, Mock, 'returns builtin' );
51
0 commit comments