Skip to content

Latest commit

 

History

History
 
 

sass-and-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.