Plan tests
All checks were successful
Test / build (push) Successful in 9s

This commit is contained in:
Ethan Lane 2024-09-14 17:59:12 +01:00
parent af30ab5ea7
commit ebf270f2bb

View file

@ -102,4 +102,6 @@ describe("GenerateOutput", () => {
// Assert // Assert
expect(result).toMatchSnapshot(); expect(result).toMatchSnapshot();
}); });
test.todo("GIVEN options.queryMetadata AND options.json is supplied, EXPECT query metadata to be in JSON format")
}); });