Skip to content

Commit

Permalink
Fixed eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
martnpaneq committed Jul 5, 2024
1 parent 8a7f479 commit 5c1f640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe( 'dev-release-tools/utils', () => {

const packagePath = '/workspace/ckeditor5/packages/ckeditor5-foo';

await publishPackageOnNpmCallback( packagePath, { npmTag: 'nightly' } )
await publishPackageOnNpmCallback( packagePath, { npmTag: 'nightly' } );

expect( stubs.fs.remove.callCount ).to.equal( 0 );
} );
Expand Down

0 comments on commit 5c1f640

Please sign in to comment.