UNPKG

@rashidpathiyil/otp-input

Version:

A JavaScript library for handling OTP inputs.

14 lines (12 loc) 262 B
import { defineConfig } from 'vite'; import { config } from 'vitest/config'; export default defineConfig({ plugins: [ // Your other Vite plugins here ], test: { // Test-specific configurations globals: true, environment: 'jsdom', }, });