Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
skh committed Nov 13, 2019
1 parent 0a5bd63 commit d7bdcd2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

test('the file exists', () => {
expect(true).toBe(true);
});

0 comments on commit d7bdcd2

Please sign in to comment.