aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/import-export/parsers.test.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-03fix: Eliminate the O(n2) parsing of the netscape import parsing (#2338)Mohamed Bassem1-0/+301
* fix: Eliminate the O(n2) parsing of the netscape import parsing * remove unneeded tests