Skip to content

Commit abcc8c2

Browse files
committed
Fix failing test
1 parent 2c529bb commit abcc8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ckeditor5-dev-build-tools/tests/config/config.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test( '--tsconfig', async () => {
5353

5454
expect( fileExists.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( true );
5555
expect( fileDoesntExist.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( false );
56-
expect( declarationsFalse.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( false );
56+
expect( declarationsFalse.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( true );
5757
} );
5858

5959
test( '--external', async () => {

0 commit comments

Comments
 (0)