From 9dd733c18ac96af14083d5fe702d2be52989e5c0 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 28 Mar 2024 16:40:46 +0530 Subject: [PATCH] style: remove unused type --- tests/integration/validator.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/validator.spec.ts b/tests/integration/validator.spec.ts index 6427641..661858c 100644 --- a/tests/integration/validator.spec.ts +++ b/tests/integration/validator.spec.ts @@ -20,7 +20,6 @@ import vine, { VineLiteral, VineBoolean, } from '../../index.js' -import { InferInput } from '../../src/types.js' test.group('Validator | metadata', () => { test('pass metadata to the validation pipeline', async ({ assert }) => {