From b3fc835369d5fb5291d43a773fbf45357e6daa6c Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:55:12 +0100 Subject: [PATCH] Update publish.test.ts --- packages/cli/src/commands/publish.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/publish.test.ts b/packages/cli/src/commands/publish.test.ts index 5ae70e98ee..7d1395c371 100644 --- a/packages/cli/src/commands/publish.test.ts +++ b/packages/cli/src/commands/publish.test.ts @@ -8,7 +8,7 @@ import {createTestProject} from '../createProject.fixtures'; import Publish from './publish'; jest.setTimeout(300_000); // 300s -describe('Intergration test - Publish', () => { +describe('Integration test - Publish', () => { let projectDir: string; beforeAll(async () => {