diff options
Diffstat (limited to 'test/bun.js/module-require.snapshot.js')
-rw-r--r-- | test/bun.js/module-require.snapshot.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bun.js/module-require.snapshot.js b/test/bun.js/module-require.snapshot.js new file mode 100644 index 000000000..d0270bb4c --- /dev/null +++ b/test/bun.js/module-require.snapshot.js @@ -0,0 +1 @@ +console.log(module.require("react")); |