From 6708fcc38688b80d4e052f755f02efb09a2071d1 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 19 Nov 2019 13:44:59 -0800 Subject: std/node: add some Node.js polyfill to require() (#3382) --- std/node/tests/cjs/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 std/node/tests/cjs/index.js (limited to 'std/node/tests/cjs/index.js') diff --git a/std/node/tests/cjs/index.js b/std/node/tests/cjs/index.js new file mode 100644 index 000000000..5dea52db2 --- /dev/null +++ b/std/node/tests/cjs/index.js @@ -0,0 +1 @@ +module.exports = { isIndex: true }; -- cgit v1.2.3