1
0
Fork 0
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:
Bartek Iwańczuk 2020-02-04 15:10:46 +01:00 committed by GitHub
parent 161cf7cdfd
commit 70eccff7f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {