Whenever I have this package imported in a file, Jest gives me the following error message for that file:
SyntaxError: Unexpected identifier
import React, { Component } from "react";
^^^^^
I tried adding it as a transform ignore pattern, but it didn't work.
Any idea how to fix t?
Whenever I have this package imported in a file, Jest gives me the following error message for that file:
I tried adding it as a transform ignore pattern, but it didn't work.
Any idea how to fix t?