From 48bbce91c751263908b702a228a0f60c97324ea0 Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 30 Sep 2024 18:16:43 -0500 Subject: [PATCH] test: skip 2 --- test/integrationOther.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integrationOther.js b/test/integrationOther.js index 6a893c0..6245ce3 100644 --- a/test/integrationOther.js +++ b/test/integrationOther.js @@ -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')