summaryrefslogtreecommitdiff
path: root/cli/tests/std_tests.rs
AgeCommit message (Collapse)Author
2020-02-24fix: createSecKey logic (#4063)Suguru Motegi
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-15run std test with cargo test (#3344)Bartek IwaƄczuk
Removes three CI jobs
2019-10-09Run deno_std tests in github actionsRyan Dahl