You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing react components that import CSS modules, which throw SyntaxError: Unexpected token . for the first CSS class name found in the CSS file.
Does babel-tape-runner support -r and --require cli flags?
If it did, I could set babel-tape-runner to require ignore-styles for CLI testing with Tape.js, to prevent CSS modules/files being included in tests and therefore throwing errors.