From 80748615f0b03a60a0e5d25f205f2a7328715f89 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Thu, 20 Feb 2025 04:31:49 -0600 Subject: [PATCH 1/2] chore: Fix mocha in Node v22+ --- test/node/package.json | 3 +++ test/shared/package.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/node/package.json create mode 100644 test/shared/package.json diff --git a/test/node/package.json b/test/node/package.json new file mode 100644 index 0000000000..c9a4422614 --- /dev/null +++ b/test/node/package.json @@ -0,0 +1,3 @@ +{ + "type": "commonjs" +} \ No newline at end of file diff --git a/test/shared/package.json b/test/shared/package.json new file mode 100644 index 0000000000..c9a4422614 --- /dev/null +++ b/test/shared/package.json @@ -0,0 +1,3 @@ +{ + "type": "commonjs" +} \ No newline at end of file From 61d15bb76487c642f6f2e43386bb6bf2412b868e Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Fri, 21 Feb 2025 06:10:02 -0600 Subject: [PATCH 2/2] chore: Formatting & fix editor config --- .editorconfig | 1 - test/node/package.json | 2 +- test/shared/package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0024e9d87a..c85259b6a3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,6 @@ insert_final_newline = true [{*.json,.*rc,*.yml}] indent_style = space indent_size = 2 -insert_final_newline = false [*.md] trim_trailing_whitespace = false diff --git a/test/node/package.json b/test/node/package.json index c9a4422614..5bbefffbab 100644 --- a/test/node/package.json +++ b/test/node/package.json @@ -1,3 +1,3 @@ { "type": "commonjs" -} \ No newline at end of file +} diff --git a/test/shared/package.json b/test/shared/package.json index c9a4422614..5bbefffbab 100644 --- a/test/shared/package.json +++ b/test/shared/package.json @@ -1,3 +1,3 @@ { "type": "commonjs" -} \ No newline at end of file +}