Skip to content

Commit

Permalink
Remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Dec 14, 2023
1 parent 09ba3ac commit a99b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-src/tasks/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ describe('uploadStorybook', () => {
});

describe('with zip', () => {
it.only('retrieves the upload location, adds the files to an archive and uploads it', async () => {
it('retrieves the upload location, adds the files to an archive and uploads it', async () => {
const client = { runQuery: vi.fn() };
client.runQuery.mockReturnValue({
uploadBuild: {
Expand Down

0 comments on commit a99b16e

Please sign in to comment.