Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test - add comment about test behavior oddity | kumavis | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | test - integration - build - manually exit from test builder + add bundle ↵ | kumavis | 2017-09-12 | 1 | -1/+2 |
| | | | | destination log | ||||
* | test - integration - build - use pump + log bundling information | kumavis | 2017-09-12 | 1 | -6/+12 |
| | |||||
* | test - integration - better error handling | kumavis | 2017-08-04 | 1 | -10/+9 |
| | |||||
* | test - integration - syntax - prefer const | kumavis | 2017-08-04 | 1 | -12/+7 |
| | |||||
* | test - integration - remove unused code | kumavis | 2017-08-04 | 1 | -1/+3 |
| | |||||
* | test - integration - throw error on failure | kumavis | 2017-08-04 | 1 | -2/+2 |
| | |||||
* | Print integration build errors | Dan Finlay | 2017-06-22 | 1 | -6/+8 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 1 | -4/+4 |
| | |||||
* | Began adding browser-native encryptor module | Dan Finlay | 2016-10-13 | 1 | -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/ |