Get help with testing, discuss unit testing strategies etc.


Post by WebTrauma »

Hi,

I am trying to get Siesta up and running with our app, which uses Cmd and compiled sass (.scss) versus css.

However, I am getting an error message from the Tests.js preload of our sass:

Uncaught SyntaxError: Unexpected token

Do I have to use raw css instead or is there a config in Siesta to get it to consume sass ?

thanks !

Post by mats »

Siesta tests should be seen as regular web pages, you can't include a SASS file on a website - it needs to be CSS.

Post Reply