We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e2361 commit 852301fCopy full SHA for 852301f
lib/node_modules/@stdlib/proxy/ctor/test/test.js
@@ -33,7 +33,7 @@ tape( 'main export is a function', function test( t ) {
33
t.end();
34
});
35
36
-tape( 'if an environment supports ES6/ES2015+ `Proxy`, the main export is `Proxy` function', function test( t ) {
+tape( 'if an environment supports ES6/ES2015+ `Proxy`, the main export is the `Proxy` global', function test( t ) {
37
var Proxy;
38
var mock;
39
0 commit comments