frintjs/frint

frint-router: improve test coverage

Aberta

#268 aberto em 18 de ago. de 2017

 (0 comentário) (0 reação) (0 responsável)JavaScript (37 forks)batch import
help wanted

Métricas do repositório

Stars
 (746 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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 |                |
---------------------------|----------|----------|----------|----------|----------------|

Guia do colaborador