hubaimaster / aws-interface

Create and manage powerful backends with one click
https://aws-interface.com
Apache License 2.0
55 stars 7 forks source link

node.js sdk testing updated #51

Closed Naruu closed 5 years ago

Naruu commented 5 years ago

node.js Implemented async testing on auth, database, log. Further working on logic and storage.

When testing node.js sdk, install package mocha and type To test all files in test directory -> mocha test To test certain file -> mocha file_dir/file_name (ex. mocha test/authTest.js)