I am getting the 'src/components/HelloComponent/Hello.scss: Unexpected token .' import React from 'react'; import styles from './Hello.scss'; How to make jest test the scss?
I am getting the 'src/components/HelloComponent/Hello.scss: Unexpected token .'
import React from 'react';
import styles from './Hello.scss';
How to make jest test the scss?