kriasoft / universal-router

A simple middleware-style router for isomorphic JavaScript web apps
https://www.kriasoft.com/universal-router/
MIT License
1.7k stars 104 forks source link

Replace mocha, chai and sinon with jest #151

Closed frenzzy closed 6 years ago

frenzzy commented 6 years ago

mocha, chai, sinon -> jest nyc (istanbul) -> jest --coverage coveralls -> codecov

Update path-to-regexp from v2.1.0 to v2.2.0, see changelog

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #151   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         153    147    -6     
  Branches       44     44           
=====================================
- Hits          153    147    -6
Impacted Files Coverage Δ
src/generateUrls.js 100% <0%> (ø) :arrow_up:
src/UniversalRouter.js 100% <0%> (ø) :arrow_up:
src/matchPath.js 100% <0%> (ø) :arrow_up:
src/matchRoute.js 100% <0%> (ø) :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 dd8ef59...77d27fd. Read the comment docs.