JamesHenry / typescript-estree

:sparkles: A parser that converts TypeScript source code into an ESTree-compatible form
https://jameshenry.blog
Other
84 stars 13 forks source link

test: add missing test cases for patterns #119

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This PR adds missing test cases for patterns

codecov[bot] commented 5 years ago

Codecov Report

Merging #119 into master will increase coverage by 0.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   92.91%   93.05%   +0.14%     
==========================================
  Files           8        8              
  Lines        1412     1412              
  Branches      346      346              
==========================================
+ Hits         1312     1314       +2     
+ Misses         55       54       -1     
+ Partials       45       44       -1
Impacted Files Coverage Δ
src/node-utils.ts 95.58% <0%> (+1.1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3a0c03...01fa194. Read the comment docs.

JamesHenry commented 5 years ago

:tada: This PR is included in version 17.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: