Skip to content

Commit

Permalink
remove test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary Hu committed Jul 12, 2022
1 parent 0f74511 commit 7cff286
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/test/issueTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,13 +608,4 @@ export const issueTests: {
logger.discardDebugMessages();
logger.expectNoOtherMessages();
},

gh1994(_project, logger) {
// const case1 = query(project, "Collection.case1");
// TODO: I don't know how to add test case for this case
// and I added a test simple file in 'issues' folder.
// But I don't know how to test it.
logger.discardDebugMessages();
logger.expectNoOtherMessages();
},
};

0 comments on commit 7cff286

Please sign in to comment.