2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-17 19:21:21 +03:00

chore: rename mask-input.ts to input.ts

This commit is contained in:
Alexander Shabunevich
2024-04-14 11:04:10 +03:00
parent 2fb8e9b460
commit 9257950422
4 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ import {
} from 'vitest'
import userEvent from '@testing-library/user-event'
import { MaskInput, MaskInputOptions } from '../src/mask-input'
import { MaskInput, MaskInputOptions } from '../src/input'
let input: HTMLInputElement
const user = userEvent.setup()