rhayes2
|
7f155a0f40
|
Add chmod test with incorrect mode value
|
2018-09-25 00:27:31 -04:00 |
rhayes2
|
294685d6cb
|
Style fix
|
2018-09-25 00:15:07 -04:00 |
Stephen Ward
|
62b85d1442
|
i did it again...forgot to remove an unused variable so travis-ci test failed.
|
2018-09-24 23:32:11 -04:00 |
Stephen Ward
|
30752c9109
|
added a test: open a new file for writing, and set a mode for that file
|
2018-09-24 23:28:56 -04:00 |
Stephen Ward
|
f3a7170133
|
removed an unused variable, because I was using it for those console.logs which I just deleted
|
2018-09-24 19:17:19 -04:00 |
Stephen Ward
|
833ac62c45
|
removed some console.logs because travis-ci complained
|
2018-09-24 19:14:08 -04:00 |
Stephen Ward
|
78b3452d5d
|
added the addition of an optional mode when opening a file, removed my test because it was broken. Seemingly passes all the other tests still. STILL TO DO: add a proper test which makes sure the mode is set.
|
2018-09-24 19:10:09 -04:00 |
Stephen Ward
|
e7811eb53b
|
fixed lint spaces/indentation errors
|
2018-09-24 17:46:01 -04:00 |
rhayes2
|
546b4567d2
|
Added Test for CHMODE
|
2018-09-24 14:16:16 -04:00 |
Corey James
|
e3a1187ef9
|
Fixed the fs.read() example in doc. The error checking statements were using the wrong variable name (#449)
|
2018-09-24 14:08:49 -04:00 |
rhayes2
|
499c72daaf
|
saving for lineending dumbness
|
2018-09-23 21:19:57 -04:00 |
Stephen Ward
|
add00ce563
|
testing out the validateAndMask() function, with console.log's...
|
2018-09-23 13:49:00 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
5e4de6b698
|
Fix #393: add test for truncate with length undefined
|
2018-09-17 18:30:09 -04:00 |
0xazure
|
fd3de6be2c
|
Update karma dev dependency
Resolves `npm audit` warnings about 1 low, 5
moderate vulnerabilities related to versions before
karma@3.0.0.
Closes #384.
|
2018-09-12 21:43:58 -04:00 |
Dmytro
|
353290a08f
|
Adding support for promises. Closes #379, #382 (#380)
* adding promise-based filedescriptor
* fixing promisify dep
* promisifying shell
* deprecating 'exists' method on fs
* adding docs
* fixing docs
* removing redundant code.
|
2018-08-27 19:50:41 -04:00 |
Alan K
|
de45918cbc
|
Merge pull request #378 from humphd/karma
Automate tests using Headless Chrome + Karma runner
|
2018-08-21 14:54:48 -04:00 |
David Humphrey
|
53f5b0c50b
|
Fix script names in package.json
|
2018-07-27 11:23:27 -04:00 |
David Humphrey
|
7798b1cb87
|
Fix lint issues in implementation.js
|
2018-07-27 11:23:06 -04:00 |
David Humphrey
|
0da0e60194
|
Fix lint issues in interface.js
|
2018-07-27 11:17:45 -04:00 |
David Humphrey
|
dc8fa4cb96
|
Fix lint issues in node.js
|
2018-07-27 11:17:03 -04:00 |
David Humphrey
|
3a44c1756a
|
Fix lint issues in src/path.js
|
2018-07-27 11:16:30 -04:00 |
David Humphrey
|
8d553b78e0
|
Fix lint issues in indexeddb.js provider
|
2018-07-27 11:14:08 -04:00 |
David Humphrey
|
b92151cdc5
|
Fix lint issues in websql.js provider
|
2018-07-27 11:13:40 -04:00 |
David Humphrey
|
bcf4d9834a
|
Don't build source map for karma test bundle
|
2018-07-27 11:12:25 -04:00 |
David Humphrey
|
ed11b01234
|
Fix lint issues in shell.js
|
2018-07-27 11:12:06 -04:00 |
David Humphrey
|
0980ec4608
|
Fix lint issues in issue258.js
|
2018-07-27 11:09:45 -04:00 |
David Humphrey
|
a31044cc8d
|
Fix lint issues in issue267.js
|
2018-07-27 11:08:40 -04:00 |
David Humphrey
|
454d5bc801
|
Fix lint issues in ls-depth-bug.js
|
2018-07-27 11:07:17 -04:00 |
David Humphrey
|
d41885e9d0
|
Fix lint issue in tests/lib/indexeddb.js
|
2018-07-27 11:03:43 -04:00 |
David Humphrey
|
0e00af661a
|
Fix lint issues in fs.appendFile.spec.js
|
2018-07-27 11:02:42 -04:00 |
David Humphrey
|
f89b616fdc
|
Fix issues in fs.chmod.spec.js
|
2018-07-27 11:01:47 -04:00 |
David Humphrey
|
cbcddee3be
|
Fix lint issues in fs.chown.spec.js
|
2018-07-27 11:01:26 -04:00 |
David Humphrey
|
1a738dd2bb
|
Fix lint issues in fs.close.spec.js, fs.link.spec.js
|
2018-07-27 11:00:48 -04:00 |
David Humphrey
|
9e08d96c96
|
Fix lint issues in fs.lstat.spec.js
|
2018-07-27 10:44:42 -04:00 |
David Humphrey
|
980d5d0917
|
Fix lint issues in fs.lseek.spec.js
|
2018-07-27 10:43:51 -04:00 |
David Humphrey
|
a8e373e4b9
|
Fix lint issues in fs.mknod.spec.js
|
2018-07-27 10:39:34 -04:00 |
David Humphrey
|
86e57d60db
|
Fix lint issues in fs.open.spec.js
|
2018-07-27 10:38:44 -04:00 |
David Humphrey
|
054094c852
|
Fix lint issues in fs.read.spec.js, fix test failure in fs.stats.spec.js
|
2018-07-27 10:37:45 -04:00 |
David Humphrey
|
cafff52c3a
|
Fix lint issues in fs.rename.spec.js
|
2018-07-27 10:34:21 -04:00 |
David Humphrey
|
1c7b40c895
|
Fix lint issues in fs.stats.spec.js
|
2018-07-26 18:17:05 -04:00 |
David Humphrey
|
7258a2913e
|
Fix lint issues in fs.truncate.spec.js
|
2018-07-26 18:07:50 -04:00 |
David Humphrey
|
bb8743eda1
|
Fix lint issues in fs.unlink.spec.js
|
2018-07-26 18:02:16 -04:00 |
David Humphrey
|
94e6a98cb8
|
Fix lint issues in fs.utimes.spec.js
|
2018-07-26 18:01:21 -04:00 |
David Humphrey
|
ee8e2a665a
|
Fix lint issues in fs.writeFile-readFile.spec.js
|
2018-07-26 18:01:07 -04:00 |
David Humphrey
|
a93ae13c99
|
Fix lint issues in fs.xattr.spec.js
|
2018-07-26 17:56:54 -04:00 |
David Humphrey
|
ab87c7f14a
|
Fix lint issues in tests-fs-watch.js
|
2018-07-26 17:54:26 -04:00 |
David Humphrey
|
49931722cc
|
Fix lint issues in path-resolution.spec.js
|
2018-07-26 17:53:02 -04:00 |
David Humphrey
|
3e1c3deb51
|
Fix lint issues in providers.base.js
|
2018-07-26 17:50:32 -04:00 |
David Humphrey
|
a8c3fa85db
|
Fix lint issues in exec.spec.js
|
2018-07-26 17:44:27 -04:00 |
David Humphrey
|
51c81edb5b
|
Fix lint issues in touch.spec.js
|
2018-07-26 17:41:35 -04:00 |