From 1f7671cf5ebf3ba673fcc40a9fbe84b5f5650d0e Mon Sep 17 00:00:00 2001 From: Asger F Date: Mon, 27 Oct 2025 13:47:45 +0100 Subject: [PATCH] JS: Ensure integration test contains one valid file --- .../ql/integration-tests/diagnostics/syntax-error/good.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 javascript/ql/integration-tests/diagnostics/syntax-error/good.js diff --git a/javascript/ql/integration-tests/diagnostics/syntax-error/good.js b/javascript/ql/integration-tests/diagnostics/syntax-error/good.js new file mode 100644 index 00000000000..7b0bfcf5c25 --- /dev/null +++ b/javascript/ql/integration-tests/diagnostics/syntax-error/good.js @@ -0,0 +1,2 @@ +// Ensure at least one file without errors is included, as extraction fails otherwise. +console.log("Hello")