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 f1d55c3 commit e30b389Copy full SHA for e30b389
lib/node_modules/@stdlib/assert/is-node-repl/test/test.is_node_repl.js
@@ -162,7 +162,6 @@ tape( 'the function returns `false` if the function is not either required or ca
162
}
163
});
164
165
-
166
tape( 'the function returns `false` if the function is not either required or called from a Node.js REPL (deep require)', function test( t ) {
167
var isNodeREPL = proxyquire( './../lib/is_node_repl.js', {
168
'@stdlib/assert/is-node': true,
0 commit comments