From e73a82dc42b3d80bea42482e227c31e5ef01e273 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Mon, 18 Nov 2019 22:54:20 -0800 Subject: feat(std/node) add CommonJS require (#3380) --- std/node/tests/cjs/subdir/cjs_c.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 std/node/tests/cjs/subdir/cjs_c.js (limited to 'std/node/tests/cjs/subdir') diff --git a/std/node/tests/cjs/subdir/cjs_c.js b/std/node/tests/cjs/subdir/cjs_c.js new file mode 100644 index 000000000..4e7d7ebe5 --- /dev/null +++ b/std/node/tests/cjs/subdir/cjs_c.js @@ -0,0 +1 @@ +module.exports = "C"; -- cgit v1.2.3