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 7322a66 commit d527647Copy full SHA for d527647
src/test/issueTests.ts
@@ -609,8 +609,8 @@ export const issueTests: {
609
logger.expectNoOtherMessages();
610
},
611
612
- gh1994(project, logger) {
613
- const case1 = query(project, "Collection.case1");
+ gh1994(_project, logger) {
+ // const case1 = query(project, "Collection.case1");
614
// TODO: I don't know how to add test case for this case
615
// and I added a test simple file in 'issues' folder.
616
// But I don't know how to test it.
0 commit comments