.. |
node-js/simple
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
providers
|
Fix lint issues in providers.base.js
|
2018-07-26 17:50:32 -04:00 |
shell
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05: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
|
Fix #576: remove unnecessary methods from fs.promises, adjust tests to match
|
2018-11-28 19:42:32 -05:00 |
fs.chown.spec.js
|
Increase coverage: check for non-int with chown/fchown
|
2018-11-29 22:47:26 -05: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 #556: added tests for fs.ftruncate method (#557)
|
2018-11-28 22:42:17 -05: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 #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.mkdir.spec.js
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.mknod.spec.js
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.open.spec.js
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.read.spec.js
|
Fix #576: remove unnecessary methods from fs.promises, adjust tests to match
|
2018-11-28 19:42:32 -05:00 |
fs.readdir.spec.js
|
Fix #576: remove unnecessary methods from fs.promises, adjust tests to match
|
2018-11-28 19:42:32 -05:00 |
fs.readlink.spec.js
|
Improve coverage: add test for rel paths with symlink
|
2018-11-29 16:57:06 -05: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
|
Fixes #422: Add nyc lcov-based code coverage for tests (#565)
|
2018-11-28 19:24:03 -05:00 |
fs.spec.js
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.stat.spec.js
|
Update fs.stat.spec.js to not have uncaught exception on promise
|
2018-11-28 19:41:46 -05: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 #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05: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 #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05:00 |
fs.utimes.spec.js
|
Fix #576: remove unnecessary methods from fs.promises, adjust tests to match
|
2018-11-28 19:42:32 -05:00 |
fs.watch.spec.js
|
Fixes #422: Add nyc lcov-based code coverage for tests (#565)
|
2018-11-28 19:24:03 -05:00 |
fs.write.spec.js
|
Fix #568: switch all stats.type checks in tests/ to use is*() methods (#581)
|
2018-11-28 13:54:20 -05: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 |