From b1131158a3a979ffa77535491570d1a31e0feb71 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 9 Jul 2023 14:27:11 +0900 Subject: [PATCH] Fix wrong description in test assets --- test/_configs/esm-project/marp.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_configs/esm-project/marp.config.js b/test/_configs/esm-project/marp.config.js index 38540d0a..05d990fb 100644 --- a/test/_configs/esm-project/marp.config.js +++ b/test/_configs/esm-project/marp.config.js @@ -3,4 +3,4 @@ const config = {} export default config -console.debug('A config file with .mjs extension was loaded.') +console.debug('A config file within ESM project was loaded.')