Skip to content

Commit

Permalink
track the files fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jul 2, 2023
1 parent 7b342c0 commit b7f1fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ coverage
benchmark/results
tests/fixtures/c*-p*.xml

tests/fixtures/files.ts
1 change: 1 addition & 0 deletions tests/fixtures/files.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const files = ["c0-p0.xml","c0-p1.xml","c1-p0.xml","c1-p1.xml","c100-p100.xml","c100-p1000.xml","c100-p10000.xml","c100-p100000.xml","c100-p250000.xml","c100-p500000.xml","c100-p1000000.xml",]; export { files }

0 comments on commit b7f1fff

Please sign in to comment.