Skip to content

Commit

Permalink
test: skip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Sep 30, 2024
1 parent 0dd08bf commit 48bbce9
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 @@ -68,7 +68,7 @@ describe('duel', () => {
assert.ok(resp.toString().indexOf('Options:') > -1)
})

it.skip('reports compilation errors during a build', async t => {
it('reports compilation errors during a build', async t => {
const spy = t.mock.method(global.console, 'log')
const spyExit = t.mock.method(process, 'exit')

Expand Down

0 comments on commit 48bbce9

Please sign in to comment.