feat: rethink how key retrevial is structued and add e2e test

This commit is contained in:
Richard Simpson
2019-09-20 16:59:05 -05:00
parent 9a7f009394
commit 0b17727b1c
10 changed files with 191 additions and 179 deletions

3
e2e/jest.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
verbose: true
};