next.js/test/e2e/app-dir/scss/invalid-global-with-app/pages/index.js
index.js6 lines133 B
import '../styles/global.scss'

export default function Home() {
  return <div className="red-text">This text should be red.</div>
}
Quest for Codev2.0.0
/
SIGN IN