summaryrefslogtreecommitdiff
path: root/cli/tests/unit/console_test.ts
AgeCommit message (Collapse)Author
2020-08-09fix: console.log should see color codes when grouping occurs (#7000)uki00a
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-11feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to ↵Nayeem Rahman
InspectOptions (#6591)
2020-06-24fix(cli/js/web/console): Improve string quoting behaviour (#6457)Nayeem Rahman
2020-06-19build: lint cli/tests/unit using deno lint (#6327)Alan Gou
2020-05-28console: Hide `values` for console.table if display not necessary (#5914)Kevin (Kun) "Kassimo" Qian
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl