Skip to content

Commit

Permalink
chore: skip one test
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 3, 2024
1 parent 04a94f1 commit 3755c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/js-sourcemap/__tests__/js-sourcemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ describe.runIf(isBuild)('build tests', () => {
expect(js).not.toMatch(/__vite__mapDeps/)
})

test('sourcemap is correct when using object as "define" value', async () => {
// NOTE: this test is not relevant to oxc
test.skip('sourcemap is correct when using object as "define" value', async () => {
const map = findAssetFile(/with-define-object.*\.js\.map/)
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
{
Expand Down

0 comments on commit 3755c5f

Please sign in to comment.