From 97a71ca5b629a3da313edde42b92be7e4c83d0f8 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 16:52:16 +0000 Subject: [PATCH] Add tests and test fixtures for Python, JavaScript, and Go --- tests/fixtures/js/simple/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/fixtures/js/simple/__init__.py diff --git a/tests/fixtures/js/simple/__init__.py b/tests/fixtures/js/simple/__init__.py new file mode 100644 index 0000000..c44b6b8 --- /dev/null +++ b/tests/fixtures/js/simple/__init__.py @@ -0,0 +1 @@ +/app/depnav/tests/fixtures/js/simple/__init__.py \ No newline at end of file