From c652ac6a2cd23ef29f48465be09c2b674783e8e9 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 17:44:55 -0800 Subject: Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testing --- frontend-vanilla/src/setupTests.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend-vanilla/src/setupTests.ts (limited to 'frontend-vanilla/src/setupTests.ts') diff --git a/frontend-vanilla/src/setupTests.ts b/frontend-vanilla/src/setupTests.ts new file mode 100644 index 0000000..7b0828b --- /dev/null +++ b/frontend-vanilla/src/setupTests.ts @@ -0,0 +1 @@ +import '@testing-library/jest-dom'; -- cgit v1.2.3