summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
2021-05-24fix(cli/test): don't use reserved symbol `:` in specifier (#10751)Casper Beyer
2021-05-21fix(test): ensure coverage dir exists (#10717)Yoshiya Hinosawa
2021-05-20fix(cli/tools/test_runner): --doc should not require permissions (#10719)Casper Beyer
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-12v1.10.0Bartek Iwańczuk
2021-05-11disable test_watch integration test (#10594)Bartek Iwańczuk
2021-05-11fix(tls): flush send buffer in the background after closing TLS stream (#10146)Bert Belder
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10Switch grant/deny prompt to yes/no (#10547)Ryan Dahl
2021-05-10test: run deno test --watch test only on unix (#10550)Bartek Iwańczuk
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-05-05test(compile): show command output to testing log for debugging purpose (#10503)Yoshiya Hinosawa
2021-05-04fix(cli): give context when failed to load import map (#10478)Satya Rohith
2021-05-01fix(test): re-enable "compile_windows_ext" test (#10131)Divy Srivastava
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-27test(cli): run unit tests using Deno.test (#10330)Casper Beyer
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-26feat(core): enable wasm threading support (#10116)Casper Beyer
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-04-19fix(runtime): handle race condition in postMessage where worker has terminate...Liam Murphy
2021-04-13fix(core): remove wasm-test-streaming flag (#10158)Casper Beyer
2021-04-12feat: Add Deno.memoryUsage() (#9986)Aaron O'Mullan
2021-04-11feat: set useDefineForClassFields to true (#10119)Nayeem Rahman
2021-04-10feat(unstable): ALPN config in listenTls (#10065)Luca Casonato
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-04-09chore: upgrade dependencies (#10094)Bartek Iwańczuk
2021-04-08chore: update deps (#10058)Luca Casonato
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-04fix: Properly await already evaluating dynamic imports (#9984)Nayeem Rahman
2021-03-25fix(cli): re-add dom.asynciterable lib (#9888)Kitson Kelly
2021-03-23feat(core): Deno.core.heapStats() (#9659)Aaron O'Mullan
2021-03-18fix(cli/bundle): display anyhow error chain (#9822)Andrew Mitchell
2021-03-17refactor: clean up permission handling (#9367)crowlKats
2021-03-15Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)Ryan Dahl
2021-03-15fix(cli/module_graph): Set useDefineForClassFields to true (#9774)Nayeem Rahman
2021-03-10chore: remove unused import on non-windows (#9743)Kitson Kelly
2021-03-09v1.8.1Bartek Iwańczuk
2021-03-08fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)Nayeem Rahman
2021-03-07fix(cli/compile): do not append .exe depending on target (#9668)Divy Srivastava
2021-03-04test(cli): move lint command tests into a module (#9674)Casper Beyer
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk
2021-03-01test(cli): reorganize test subcommand testcases and fixtures (#9627)Casper Beyer
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-03-01feat: stabilise import maps (#9526)Bartek Iwańczuk
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
2021-02-25feat(runtime): stabilise permissions and add event target capabilities (#9573)Kitson Kelly