cssinjs/jss

Throw Error instead of warning when running tests

Open

#891 ouverte le 14 oct. 2018

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)JavaScript (434 forks)batch import
help wantedideaimportant

Métriques du dépôt

Stars
 (7 000 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I see in the logs many warnings, which I think shouldn't be there, which means we are ignoring problems without noticing in the CI.

I am wondering if we should replace the warning when running tests with a function that throws errors so that our tests can't ignore them.

As a bonus we won't ned to rewire in so many places, but instead use expect for catching.

Guide contributeur