diff --git a/examples/todo.ts b/examples/todo.ts index a29586ac..440934d8 100644 --- a/examples/todo.ts +++ b/examples/todo.ts @@ -1,6 +1,5 @@ -import type { Builder, Command, Describe, Handler } from 'landlubber' - import { todo } from '@seamapi/http' +import type { Builder, Command, Describe, Handler } from 'landlubber' interface Options { x: string diff --git a/test/todo.test.ts b/test/todo.test.ts index c4d70228..ae73160f 100644 --- a/test/todo.test.ts +++ b/test/todo.test.ts @@ -1,6 +1,5 @@ -import test from 'ava' - import { todo } from '@seamapi/http' +import test from 'ava' test('todo: returns argument', (t) => { t.is(todo('todo'), 'todo', 'returns input')