summaryrefslogtreecommitdiff
path: root/std/fs/walk_test.ts
AgeCommit message (Collapse)Author
2020-01-07fix: Deno.mkdir should conform to style guide (#3617)Ry Dahl
2019-11-14fix: error handling in std/fs/walk() (#3318)Nayeem Rahman
- Make assertThrows() return the Error - Remove WalkOptions::onError()
2019-10-09Move everything into std subdirRyan Dahl