Skip to content

Commit a8b1b46

Browse files
illrightkaisermann
authored andcommitted
test: fix a typo in the test message
1 parent 43a8f75 commit a8b1b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/transformers/scss.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const implementation: Options.Sass['implementation'] = {
3030
};
3131

3232
describe('transformer - scss', () => {
33-
it('should prepend scss content via `data` option property - via defaul async render', async () => {
33+
it('should prepend scss content via `data` option property - via default async render', async () => {
3434
const template = `<style lang="scss"></style>`;
3535
const opts = getAutoPreprocess({
3636
scss: {

0 commit comments

Comments
 (0)