Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 532 Bytes

File metadata and controls

21 lines (14 loc) · 532 Bytes

example-sass-and-ts

Testing components written in TypeScript with Sass imports

Sass test

To run, need to install link first

npm install

Note that Node Sass is a binary dependency, thus we need to run it using the same system version of Node as we installed. See cypress.json file.

{
  "nodeVersion": "system"
}

To bundle code using the same webpack.config.js file, we point at it from cypress/plugins/index.js file.