From a97f7577e66a23baae2000cbffa587f3ce93136e Mon Sep 17 00:00:00 2001 From: Johannes Klein <17345891+jtklein@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:05:28 +0200 Subject: [PATCH] Create AddToProjects.test.js --- tests/integration/AddToProjects.test.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/integration/AddToProjects.test.js diff --git a/tests/integration/AddToProjects.test.js b/tests/integration/AddToProjects.test.js new file mode 100644 index 000000000..49ff5eda2 --- /dev/null +++ b/tests/integration/AddToProjects.test.js @@ -0,0 +1,4 @@ +describe( "AddToProjects", ( ) => { + it( "should persist PO and OFV on save", async ( ) => { + } ); +} );