42.js 312 B

12345678910
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  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. } );