1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/test
Dan Finlay cce8d9e360 Began adding browser-native encryptor module
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/
2016-10-12 20:07:46 -07:00
..
integration Began adding browser-native encryptor module 2016-10-12 20:07:46 -07:00
lib Fixed tests 2016-06-24 16:13:27 -07:00
unit Add initial KeyringController files 2016-10-11 15:12:23 -07:00
helper.js Fix plugin tests 2016-04-18 11:31:06 -07:00