* added test to fs.readlink.spec.js
* added test for fs.write() to try and write a file opened without the O_WRITE flag
* added test to fs.write() that attempts to write with a buffer that is too small
* added a test to fs.write() to try and write to a file that doesn't exist
* added more specific summary of test for writing to buffer when length is too long, check the type of error that a test returns
* Adjusted the message on line 69 to be more clear
* fixes issue 667: Update code in tests/some/fs.write.spec.js to use const/let AND strict mode
* fixes issue 667: Update code in tests/some/fs.write.spec.js to use const/let AND strict mode
* changed let to const for variables pointing to required function
* switched a few variable lets to const in file fs.write.spec.js
* switched a few variable lets to const in file fs.write.spec.js
* added package-lock.json file
* changed variables let to const
2019-02-01 20:53:12 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
Make provider configurable via URL. Convert fs.close test to use it. Still have timing issue with WebSQL.
Indent fix
Use bower to install mocha
Converting to mocha, Memory provider failing still in fs.close
Got mocha tests working with all providers
Converted more tests
Move more tests over to mocha
Move more tests over
Move more tests over
More tests moved over
More tests converted
More tests moved over
Move more tests over
Move last tests over
Convert more tests
Remove Jasmine and other unnecessary test files, rename tests/spec/regression to tests/bugs
Get tests running with grunt+mocha+phantomjs
Add docs on new tests
2014-02-14 15:44:57 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca