Skip to content

Commit

Permalink
Run tests with sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 23, 2024
1 parent b61ba83 commit 6b388f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sass.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if (process.env.USE_BUILT) {
} else {
runSass = require('../src').runSass;
}
runSass({ describe, it }, sassFile);
runSass({ describe, it, sass: 'sass-embedded' }, sassFile);

0 comments on commit 6b388f5

Please sign in to comment.