Skip to content

Commit

Permalink
fix seam-blueprint test
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Jul 8, 2024
1 parent 2d492df commit cfd50d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/seam-blueprint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import test from 'ava'

import { createBlueprint } from '@seamapi/blueprint'

import type { OpenAPI } from 'lib/openapi.js'

test('createBlueprint', (t) => {
const blueprint = createBlueprint({ openapi })
const blueprint = createBlueprint({ openapi: openapi as unknown as OpenAPI })
t.snapshot(blueprint, 'blueprint')
})

0 comments on commit cfd50d0

Please sign in to comment.