Skip to content

Commit

Permalink
Correctly ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2605 committed Dec 7, 2024
1 parent 133acf8 commit afaaabb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ops/checkTests.du
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const ignored = {
'read.txt',
'read2.txt',
],
'lists': [
'sorted.txt',
'unsorted.txt',
],
'strings': [
'test',
],
Expand Down

0 comments on commit afaaabb

Please sign in to comment.