From 8ce72bc7a4dcc5fa88e54b6cdae78839331370fd Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:00:56 -0400 Subject: [PATCH] Update json.test.js --- tests/json.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/json.test.js b/tests/json.test.js index 3a1e357..722d523 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -48,3 +48,7 @@ test('Check if JSON file follows format', () => { core.setOutput('recordMessage', recordMessage); expect(passed).toBe(true); }); + +test('Check if JSON file matches the value name', () => { + +});