From 6c7d8d74e1638b12006e13c0372471384036cff7 Mon Sep 17 00:00:00 2001 From: equiman Date: Sat, 15 Apr 2023 16:02:42 -0500 Subject: [PATCH] remove JS because has the same prefix as TS and fails --- test/snippets.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/snippets.test.js b/test/snippets.test.js index 6e9fac1..36cbab8 100644 --- a/test/snippets.test.js +++ b/test/snippets.test.js @@ -10,7 +10,6 @@ const snippets = { ...arraysSnippets, ...arrowSnippets, ...promisesSnippets, - ...functionJsSnippets, ...functionTsSnippets, }