Fix bug where you weren't able to use both the -q and -j flags at the same time #227

Open
Vylpes wants to merge 3 commits from feature/181-q-json-flags into develop
Showing only changes of commit ebf270f2bb - Show all commits

View file

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