aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.js
Commit message (Collapse)AuthorAgeFilesLines
* test - add comment about test behavior odditykumavis2018-03-121-1/+1
|
* test - integration - build - manually exit from test builder + add bundle ↵kumavis2017-09-121-1/+2
| | | | destination log
* test - integration - build - use pump + log bundling informationkumavis2017-09-121-6/+12
|
* test - integration - better error handlingkumavis2017-08-041-10/+9
|
* test - integration - syntax - prefer constkumavis2017-08-041-12/+7
|
* test - integration - remove unused codekumavis2017-08-041-1/+3
|
* test - integration - throw error on failurekumavis2017-08-041-2/+2
|
* Print integration build errorsDan Finlay2017-06-221-6/+8
|
* Lint testsThomas Huang2017-05-051-4/+4
|
* 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/