mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
build(vite): replace webpack with Vite, add Typescript (#1594)
BREAKING: mixins are no longer exported from the index (and will likely be converted to hooks)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { mountDefault } from '../helpers'
|
||||
import { it, describe, expect } from 'vitest'
|
||||
import { mountDefault } from '@tests/helpers.js'
|
||||
|
||||
describe('Search Slot Scope', () => {
|
||||
/**
|
||||
* @see https://www.w3.org/WAI/PF/aria/states_and_properties#aria-activedescendant
|
||||
*/
|
||||
fdescribe('aria-activedescendant', () => {
|
||||
describe('aria-activedescendant', () => {
|
||||
it('adds the active descendant attribute only when the dropdown is open and there is a typeAheadPointer value', async () => {
|
||||
const Select = mountDefault()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user