Fix bug where you weren't able to use both the -q and -j flags at the same time #227
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
});
|
Loading…
Reference in a new issue