Skip to content

Commit

Permalink
fix: copy/paste bug in test validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan committed Apr 22, 2022
1 parent 78aae65 commit dcd7458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/svelte-component.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Svelte component', () => {
const html = await fixture.readFile('/typescript/index.html');
const $ = cheerio.load(html);

expect($('#svelte-custom-ext').text()).to.equal('Hello, Custom Extension');
expect($('#svelte-custom-ext').text()).to.equal('Hello, Custom Extensions');
});
});

Expand Down

0 comments on commit dcd7458

Please sign in to comment.