Skip to content

Commit

Permalink
minor - remove stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Nov 2, 2024
1 parent 0659331 commit f0960b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/internals.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ test('Repeat parser', () => {
expect(repeatResult4.children[1].name).toBe('AAA')
})

// TODO: add tests for NotChar
// TODO: add tests for String

test('Choice parser', () => {
const testChoice1 = scsLib._Choice({
name: 'choice_test_1',
Expand Down

0 comments on commit f0960b7

Please sign in to comment.