specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Fix flattener, update dependencies #73

Closed xpepermint closed 5 years ago

xpepermint commented 5 years ago

Works with node12

codecov[bot] commented 5 years ago

Codecov Report

Merging #73 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   61.35%   61.34%   -0.02%     
==========================================
  Files          22       22              
  Lines         427      432       +5     
  Branches       77       78       +1     
==========================================
+ Hits          262      265       +3     
- Misses        123      124       +1     
- Partials       42       43       +1
Impacted Files Coverage Δ
packages/specron-init/src/core/structure.ts 100% <ø> (ø) :arrow_up:
packages/specron-flattener/src/core/flattener.ts 67.27% <100%> (-0.73%) :arrow_down: