This commit is contained in:
Kristján Oddsson 2020-06-10 17:08:45 +01:00
Родитель 5e1d155783
Коммит 84ddfed80c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F5C58CF9F8FE5D63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,7 @@ describe('findTarget', () => {
expect(foundElement1).to.equal(el)
expect(foundElement2).to.equal(el)
})
it('returns targets when there are mutliple target values with different controllers', () => {
const instance = document.createElement('my-controller')