Skip to content

Commit

Permalink
Add ParserTest.java
Browse files Browse the repository at this point in the history
fixes #12
  • Loading branch information
ziyi105 committed Oct 14, 2023
1 parent 5ddffe2 commit b806594
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/java/seedu/duke/parser/ParserTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package seedu.duke.parser;

import static org.junit.jupiter.api.Assertions.*;

class ParserTest {

}

0 comments on commit b806594

Please sign in to comment.