diff --git a/lib/api-code-examples.test.js b/lib/api-code-examples.test.js index d7523bb..d4b6e9e 100644 --- a/lib/api-code-examples.test.js +++ b/lib/api-code-examples.test.js @@ -165,7 +165,7 @@ test('cancel export', async t => { t.is(body._id, exportId) }) -test.skip('list all exports', async t => { +test('list all exports', async t => { const response = await client({ url: '/export', method: 'GET'