42.js 362 B

12345678910
  1. /**
  2. * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. describe( 'Theme Lark', () => {
  6. it( 'does not fail on CI because of 0 tests', () => {
  7. expect( 1 ).to.equal( 1 ); // Bacause it's easier than reconfiguring CI scripts.
  8. } );
  9. } );