index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration_tests.rs
Age
Commit message (
Collapse
)
Author
2019-10-26
Support named imports/exports for subset of properties in JSON modules (#3210)
Kevin (Kun) "Kassimo" Qian
2019-10-22
remove --no-prompt flag, fail on missing permissions (#3183)
Yoshiya Hinosawa
2019-10-22
test: improve http_proxy test (#3185)
Yoshiya Hinosawa
2019-10-16
fix: remote jsx/tsx files were compiled as js/ts (#3125)
Yusuke Sakurai
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-04
Use xeval from deno_std (#3058)
Nayeem Rahman
2019-10-02
feat: JSX Support (#3038)
Yusuke Sakurai
2019-09-30
Support top-level-await in TypeScript (#3024)
Ryan Dahl
2019-09-25
Handle uncaught worker errors without panicking (#3019)
Kitson Kelly
2019-09-24
test: add HTTP_PROXY tests (#2977)
Bartek Iwańczuk
2019-09-24
Upgrade V8 for top-level-await (#3015)
Ryan Dahl
2019-09-24
fix: run missing integration tests (#2997)
Bartek Iwańczuk
2019-09-19
Remove test.py, use cargo test as test frontend (#2967)
Ryan Dahl
Fixes #2933
2019-09-16
Move 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
[prev]