mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
code reverted
This commit is contained in:
@ -31,6 +31,5 @@ export var test_file_exists_on_folder = function () {
|
||||
return;
|
||||
}
|
||||
|
||||
TKUnit.assertFalse(fs.File.exists(path), "File.exists() returned true for folder!");
|
||||
};
|
||||
|
||||
TKUnit.assertTrue(fs.File.exists(path), "File.exists() returned false for folder!");
|
||||
};
|
Reference in New Issue
Block a user