Skip to content

Commit

Permalink
Add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Nov 29, 2021
1 parent 80d7c01 commit 99ec995
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/api_integration/apis/watcher/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

import expect from '@kbn/expect';

export default function ({ getService }) {
import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('watcher', () => {
Expand Down

0 comments on commit 99ec995

Please sign in to comment.