Skip to content

Commit

Permalink
update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Dec 9, 2019
1 parent b13aac8 commit 4d25ee4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/licensing/common/license.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function createLicense({
uid: 'uid-000000001234',
status: 'active',
type: 'basic',
mode: 'basic',
expiryDateInMillis: 5000,
};

Expand Down
7 changes: 7 additions & 0 deletions x-pack/plugins/licensing/server/license.mock.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

export { licenseMock } from '../common/license.mock';

0 comments on commit 4d25ee4

Please sign in to comment.