mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
reenable some tests (#3882)
This commit is contained in:
parent
161cf7cdfd
commit
70eccff7f1
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ fn fmt_test() {
|
|||
assert_eq!(expected, actual);
|
||||
}
|
||||
|
||||
/* TODO(ry) Disabled to get #3844 landed faster. Re-enable.
|
||||
#[test]
|
||||
fn installer_test_local_module_run() {
|
||||
use deno::flags::DenoFlags;
|
||||
|
@ -163,7 +162,6 @@ fn installer_test_remote_module_run() {
|
|||
drop(temp_dir);
|
||||
drop(g)
|
||||
}
|
||||
*/
|
||||
|
||||
#[test]
|
||||
fn js_unit_tests() {
|
||||
|
|
Loading…
Reference in a new issue