Skip to content

Commit

Permalink
remove test that is no longer true
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 23, 2023
1 parent a7e3376 commit 266c33a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-cars-kick.md
@@ -0,0 +1,5 @@
---
'astro': patch
---

Move generation of renderers code into their own file
5 changes: 0 additions & 5 deletions packages/astro/test/sourcemap.test.js
Expand Up @@ -14,9 +14,4 @@ describe('Sourcemap', async () => {
const counterMap = dir.find((file) => file.match(/^Counter\.\w+\.js\.map$/));
expect(counterMap).to.be.ok;
});

it('Builds non-empty sourcemap', async () => {
const map = await fixture.readFile('entry.mjs.map');
expect(map).to.not.include('"sources":[]');
});
});

0 comments on commit 266c33a

Please sign in to comment.