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', () => { + +});