Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 17, 2023
1 parent f617675 commit 74072db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autoProcess/autoProcess.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('options', () => {
expect(preprocessed.toString?.()).toContain('div{}');
});

it('should NOT preprocess preserved languages', async () => {
it('should NOT preprocess unrecognized languages', async () => {
const input = `<div></div><script type="ld+json">{"json":true}</script>`;
const opts = sveltePreprocess();

Expand Down

0 comments on commit 74072db

Please sign in to comment.