svg-to-geojson icon indicating copy to clipboard operation
svg-to-geojson copied to clipboard

frint-router: improve test coverage

Open fahad19 opened this issue 7 years ago • 0 comments

Current coverage report:

$ (cd ./packages/frint-router && npm run cover:report)

---------------------------|----------|----------|----------|----------|----------------|
File                       |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
---------------------------|----------|----------|----------|----------|----------------|
All files                  |    98.76 |    82.35 |      100 |    98.73 |                |
 makeRouterService.js      |      100 |       85 |      100 |      100 |          53,76 |
 makeRouterService.spec.js |      100 |      100 |      100 |      100 |                |
 matchFromHistory.js       |    89.47 |    78.57 |      100 |    88.89 |           6,30 |
 matchFromHistory.spec.js  |      100 |      100 |      100 |      100 |                |
---------------------------|----------|----------|----------|----------|----------------|

fahad19 avatar Aug 18 '17 14:08 fahad19