Update json.test.js

This commit is contained in:
DIBSTER
2024-09-08 22:00:56 -04:00
committed by GitHub
parent 5ab6382c54
commit 8ce72bc7a4
+4
View File
@@ -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', () => {
});