node-vault
node-vault copied to clipboard
unwrap was missing in type defintion
Codecov Report
Merging #158 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #158 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 146 146
Branches 37 37
=========================================
Hits 146 146
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 496657b...779a832. Read the comment docs.
@me23 can you add a test for this?
Hi, there is a test for unwrap already. The only thing i added was the type-definition for the unwrap, so that typescript won't complain about unknown method unwrap... So i don't think we need another test?! bye me23
@me23 there are plenty of changes in your diff, could u please rebase and check that you only pr the relevant change?