Skip to content

Commit

Permalink
test: skip 3
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Sep 30, 2024
1 parent b0b7554 commit 0dd08bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrationOther.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('duel', () => {
assert.ok(existsSync(resolve(proDist, 'cjs/index.cjs')))
})

it.skip('supports import attributes and ts import assertion resolution mode', async t => {
it('supports import attributes and ts import assertion resolution mode', async t => {
const spy = t.mock.method(global.console, 'log')

t.after(async () => {
Expand Down

0 comments on commit 0dd08bf

Please sign in to comment.