typescript-babel-jest icon indicating copy to clipboard operation
typescript-babel-jest copied to clipboard

"module css" got undefined className

Open FDiskas opened this issue 6 years ago • 0 comments

Snapshots got updated to undefined.

return (
            <div className={styles.checkBox}>
                test
            </div>
        );
    -       "className": "checkBox",
    +       "className": undefined,

FDiskas avatar Nov 03 '17 19:11 FDiskas