From 630e53c18b4f082ba862ab8bc7eaace5005a7eab Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 8 Jul 2024 13:21:02 +0200 Subject: [PATCH] add cjs-package.json marker to /test (#221076) --- test/package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/package.json diff --git a/test/package.json b/test/package.json new file mode 100644 index 00000000000..a0df0c86778 --- /dev/null +++ b/test/package.json @@ -0,0 +1,3 @@ +{ + "type": "commonjs" +}