The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-fs-exists.js @ 6f043940

History | View | Annotate | Download (1.52 KB)

# Date Author Comment
7f4aba91 02/20/2012 07:29 AM Ben Noordhuis

test: include common.js in all tests

0cdf85e2 02/18/2012 06:34 PM isaacs

Lint all the JavaScripts.

e10ed097 01/21/2012 08:37 AM Maciej MaƂecki

path fs: move `path.exists*` to `fs.exists*`

`path.exists*` functions show a deprecation warning and call functions
from `fs`. They should be removed later.

test: fix references to `path.exists*` in tests

test fs: add test for `fs.exists` and `fs.existsSync`...