scss-tests
Installation
SKILL.md
SCSS Tests — scss-foundation
You are writing SCSS unit tests for the @enigmatry/scss-foundation library. Tests use sass-true with Jest as the test runner.
Setup and tooling
- Framework:
sass-truev10 +sass(Dart Sass) +jest - Run all tests:
cd libs/scss-foundation && npm run test - Run from workspace root:
npm run automated-tests(also compiles themes) - Jest collects all files matching
tests/**/*.tests.scssvia the shim inshim.test.js