vercel/styled-jsx

Is there a way to suppress plugin loaded messages?

Open

#691 ouverte le 12 janv. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (310 forks)batch import
discussionhelp wanted

Métriques du dépôt

Stars
 (7 547 stars)
Métriques de merge PR
 (Merge moyen 25j 23h) (1 PR mergée en 30 j)

Description

Do you want to request a feature or report a bug?

Feature

What is the current behavior?

When I run unit tests, I get the message:

[styled-jsx] Loading plugin from path: /Users/bobyexley/projects/aoeu/user-web/node_modules/styled-jsx-plugin-sass/index.js

repeated for each test fixture that tests are run on. So the output is very noisy:

image

I would love to find a way to be able to suppress these messages during test runs.

What is the expected behavior?

Environment (include versions)

  • OS: MacOS 10.15.7
  • Browser: none
  • styled-jsx (version): 3.3.2

Guide contributeur