Skip to content

Commit

Permalink
Update publish.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 18, 2024
1 parent dca811d commit b3fc835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit b3fc835

Please sign in to comment.