We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f620a2c commit 898ac25Copy full SHA for 898ac25
src/tests/ResultTest.test.ts
@@ -20,7 +20,7 @@ describe("Results cases",() => {
20
const cxCommandOutput: CxCommandOutput = await auth.scanList("statuses=Completed");
21
const sampleId = cxCommandOutput.payload.pop().id;
22
23
- auth.getResults(sampleId,"json","jsonList", ".", "jswrapper").then(() => {
+ auth.getResults(sampleId,"json","jsonList", "jswrapper").then(() => {
24
fileExists("./jsonList.json").then(file => expect(file).toBe(true));
25
});
26
0 commit comments