feat: init
This commit is contained in:
10
node_modules/mocked-exports/lib/noop.cjs
generated
vendored
Normal file
10
node_modules/mocked-exports/lib/noop.cjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = Object.freeze(
|
||||
Object.assign(
|
||||
() => {
|
||||
/** noop */
|
||||
},
|
||||
{ __mock__: true },
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user