Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Oct 21, 2023
1 parent 076c038 commit a1e0e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-scoped/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('svelte-preprocessor', () => {
})

describe('svelte-scoped helpers', () => {
it('replaces template litera syntax in css', async () => {
it('escape template literal characters in placeholder replacement', async () => {
const css = await fs.readFile('packages/svelte-scoped/test/fixtures/escaped-unicode.css', 'utf8')

const escaped = replaceGlobalStylesPlaceholder(
Expand Down

0 comments on commit a1e0e1e

Please sign in to comment.