filer/tests/spec
Susan Truong a25d71b524 Fix #435: add a test for fsPromise.unlink() to delete a file that does not exist
Make changes to `fsPromises.unlink()` to be more promise-friendly

Added a newline to the end of the file

Made a change to fsPromises.unlink() to be more friendly

Changed the description of the promises test
2018-11-27 13:18:39 -05:00
..
node-js/simple Fix lint issues in tests-fs-watch.js 2018-07-26 17:54:26 -04:00
providers Fix lint issues in providers.base.js 2018-07-26 17:50:32 -04:00
shell Fix lint issues in exec.spec.js 2018-07-26 17:44:27 -04:00
errors.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
filer.filesystem.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
filer.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
fs.access.spec.js Fix #558 - Implementing fs.access() method (#560) 2018-11-17 15:31:20 -05:00
fs.appendFile.spec.js Fix lint issues in fs.appendFile.spec.js 2018-07-27 11:02:42 -04:00
fs.chmod.spec.js Issue497 Add test for fs.chmod when the path is invalid (#525) 2018-10-09 17:30:36 -04:00
fs.chown.spec.js added tests for fs.promises.chown() closes #465 (#471) 2018-10-16 11:43:59 -04:00
fs.close.spec.js Fix lint issues in fs.close.spec.js, fs.link.spec.js 2018-07-27 11:00:48 -04:00
fs.exists.spec.js Fix issue #475 - Add test for fs.exits() when resulting path of a symbolic link is not found (#519) 2018-10-09 14:31:15 -04:00
fs.ftruncate.spec.js Fix #523: added tests for fs.ftruncate() (#524) 2018-10-16 11:21:49 -04:00
fs.link.spec.js Fix #421 - Add test for fs.promises.link to ensure it returns a Promise (#462) 2018-10-09 17:35:28 -04:00
fs.lseek.spec.js Fix lint issues in fs.lseek.spec.js 2018-07-27 10:43:51 -04:00
fs.lstat.spec.js Fix issue 529 (#530) 2018-10-09 21:17:25 -04:00
fs.mkdir.spec.js Added tests for Promises version of mkdir (#415) 2018-10-16 19:27:12 -04:00
fs.mknod.spec.js Fixed Issue #483 for a test done for fs.mknod promise (#509) 2018-10-09 12:43:45 -04:00
fs.open.spec.js Merge pull request #476 from steaward/issue-420 2018-11-22 01:46:52 -05:00
fs.read.spec.js Fix#461 - Added test for fs.read when attempting to read a file that does not exist (#472) 2018-10-16 11:22:54 -04:00
fs.readdir.spec.js Fix issue-426: Add the test for fsPromises.readdir when the path exists, and is a directory (#452) 2018-10-09 13:32:09 -04:00
fs.readlink.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
fs.rename.spec.js Issue 417 - Added test for fs.promises.rename to rename existing directory (#460) 2018-10-16 11:07:10 -04:00
fs.rmdir.spec.js Add test for fsPromises.rmdir() when dir not empty and dir is a file, Fix Issue 474 (#510) 2018-10-09 13:51:19 -04:00
fs.shell.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
fs.spec.js Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
fs.stat.spec.js Issue 396 - Add a test for fs.promises.stat() when the path does not exist (#406) 2018-10-09 17:40:35 -04:00
fs.stats.spec.js Fix lint issues in fs.read.spec.js, fix test failure in fs.stats.spec.js 2018-07-27 10:37:45 -04:00
fs.symlink.spec.js fix for #542 for fsPromises.symlink(target, path[, type]) (#543) 2018-10-20 16:57:45 -04:00
fs.truncate.spec.js Fix #523: added tests for fs.ftruncate() (#524) 2018-10-16 11:21:49 -04:00
fs.unlink.spec.js Fix #435: add a test for fsPromise.unlink() to delete a file that does not exist 2018-11-27 13:18:39 -05:00
fs.utimes.spec.js Add tests for fs.promises utimes function #527 (#540) 2018-10-09 12:39:18 -04:00
fs.watch.spec.js Fix #411: Tests if event is thrown when calling rename (#478) 2018-10-15 16:33:47 -04:00
fs.write.spec.js Update package.json + tests/ to support browser property for bundlers, delete old useless tests for AMD 2018-07-14 10:53:23 -04:00
fs.writeFile-readFile.spec.js Fix issue #398 - Add testing for promises to all test cases in fs.writeFile-readFile.spec.js file (#402) 2018-10-20 16:59:26 -04:00
fs.xattr.spec.js Fix lint issues in fs.xattr.spec.js 2018-07-26 17:56:54 -04:00
path-resolution.spec.js Fix lint issues in path-resolution.spec.js 2018-07-26 17:53:02 -04:00
time-flags.spec.js Fix lint issues in time-flags.spec.js 2018-07-26 17:39:19 -04:00
times.spec.js Fix lint issues in times.spec.js 2018-07-26 17:37:26 -04:00
trailing-slashes.spec.js Update package.json + tests/ to support browser property for bundlers, delete old useless tests for AMD 2018-07-14 10:53:23 -04:00