aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Began adding browser-native encryptor moduleDan Finlay2016-10-131-0/+21
Added new Qunit build process that will browserify the contents of `test/integration/lib` into the QUnit browser, allowing much more modular testing, including unit testing of our modules in our target browsers. Made a basic unit test file of this form for the new encryptor module, which fails miserably because I've only just begun to work with it. I've started with this blog post as a starting point, and will be adjusting it to our needs from there: http://qnimate.com/passphrase-based-encryption-using-web-cryptography-api/