From bc40f47c43e7e4ce7df57176f576f5f78174a251 Mon Sep 17 00:00:00 2001 From: Zane Whitfield Date: Fri, 27 Sep 2024 17:15:53 -0700 Subject: [PATCH] Clean up tests --- test/commands/ai/models/info.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/commands/ai/models/info.test.ts b/test/commands/ai/models/info.test.ts index 6e066b7..ad07430 100644 --- a/test/commands/ai/models/info.test.ts +++ b/test/commands/ai/models/info.test.ts @@ -8,7 +8,7 @@ import heredoc from 'tsheredoc' import stripAnsi from '../../../helpers/strip-ansi' import {CLIError} from '@oclif/core/lib/errors' -describe.only('ai:models:info', function () { +describe('ai:models:info', function () { const {env} = process let api: nock.Scope let herokuAI: nock.Scope @@ -61,6 +61,7 @@ describe.only('ai:models:info', function () { }) context('when provisioned model name is not provided', function () { + // eslint-disable-next-line mocha/no-setup-in-describe const multipleAddons = Array.from({length: 2}).fill(addon1) beforeEach(function () {