From f02762f8c6293029c88f882cbc12b4561fc5846c Mon Sep 17 00:00:00 2001 From: Clement Denis Date: Mon, 1 Mar 2021 11:53:27 +0000 Subject: [PATCH] force module type JS piscine --- js/tests/package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 js/tests/package.json diff --git a/js/tests/package.json b/js/tests/package.json new file mode 100644 index 000000000..3dbc1ca59 --- /dev/null +++ b/js/tests/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +}