cssinjs/jss

Throw Error instead of warning when running tests

Open

#891 aperta il 14 ott 2018

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)JavaScript (434 fork)batch import
help wantedideaimportant

Metriche repository

Star
 (7000 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor