filer/tests/spec
VictorKubrak a447b2dd45 rename() should be able to rename an existing file to the same filename (#502)
* rename should not change name to itself

* new test expects failure

* should rename an existing file to itself

* should rename an existing file to itself

* Update tests/spec/fs.rename.spec.js

* add .skip to the test
2018-10-16 09:43:44 -04: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.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 Fix lint issues in fs.chown.spec.js 2018-07-27 11:01:26 -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.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 491 (#501) 2018-10-09 17:28:14 -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 Fix #419: Add test for fsPromises.open() when the path does not exist (#455) 2018-10-09 16:00:56 -04:00
fs.read.spec.js Fixed #424 - implement fs.promises.read tests (#429) 2018-10-09 12:51:59 -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 rename() should be able to rename an existing file to the same filename (#502) 2018-10-16 09:43:44 -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 Add eslint --fix scripts, fix first round of lint errors 2018-07-15 13:25:35 -04:00
fs.truncate.spec.js Fixes #499: Update functionality for fs.truncate (#533) 2018-10-09 13:53:26 -04:00
fs.unlink.spec.js Issue#518 fix: Add test for fsPromises.unlink() should be a function (#526) 2018-10-09 13:27:22 -04: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 Add test for fs.writeFile-readFile.spec to write a file in non-existing path (#486) 2018-10-09 13:48:51 -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