We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535ad47 commit 1cb2c6bCopy full SHA for 1cb2c6b
x-pack/plugins/licensing/common/license_update.test.ts
@@ -13,7 +13,6 @@ import { licenseMock } from './licensing.mock';
13
14
const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
15
const stop$ = new Subject();
16
-
17
describe('licensing update', () => {
18
it('loads updates when triggered', async () => {
19
const trigger$ = new Subject();
0 commit comments