Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Feature/26 timeout decorator #28

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Purpose

This PR implements the @Timeout decorator. It removes the timeout argument from the @Test decorator.

Approach

Added a timeout attribute to the target function. This value is used by the @Test decorator.

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #28   +/-   ##
======================================
  Coverage    71.9%   71.9%           
======================================
  Files          23      23           
  Lines         299     299           
  Branches       13      13           
======================================
  Hits          215     215           
  Misses         77      77           
  Partials        7       7

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 57125b3...15b2c0b. Read the comment docs.