Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

prerelease: Use Dart Sass in tests

Compare
Choose a tag to compare
@origamiserviceuser origamiserviceuser released this 08 Feb 15:10
· 63 commits to master since this release
Karma is currently using node-sass which may cause errors when
running `npm test` if the component under test relied on dart
sass features (e.g. relies on `_index.scss` to resolve imports)

Currently relies on an embedded, modified version of
`karma-scss-preprocessor`. There is an upstream PR which we
may be able to switch to if it's accepted:
https://github.com/amercier/karma-scss-preprocessor/pull/73