We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c529bb commit abcc8c2Copy full SHA for abcc8c2
packages/ckeditor5-dev-build-tools/tests/config/config.test.ts
@@ -53,7 +53,7 @@ test( '--tsconfig', async () => {
53
54
expect( fileExists.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( true );
55
expect( fileDoesntExist.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( false );
56
- expect( declarationsFalse.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( false );
+ expect( declarationsFalse.plugins.some( plugin => plugin?.name === 'typescript' ) ).toBe( true );
57
} );
58
59
test( '--external', async () => {
0 commit comments