summaryrefslogtreecommitdiff
path: root/cli/tests/seed_random.js.out
AgeCommit message (Collapse)Author
2020-08-09fix: console.log should see color codes when grouping occurs (#7000)uki00a
2020-05-19Provide better ANSI colorized output when inspecting objects (#5404)Speykious
2020-03-30console: iterable printing improvements (#4472)MichaƂ Sabiniarz
1. Array elements are now grouped the same as in Node.js 2. Limit to 100 (Node.js default) elements to display in iterable 3. Print each element in new line if excessing max line length (same as in Node.js) 4. Print length of the TypedArray 5. Print information about empty items in Array
2019-09-16Move integration tests to //cli/tests/ (#2964)Ryan Dahl
This ensures the deno executable is properly created before running the integration tests. Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/ Towards #2933 Prep for #2955