Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Увійти
TheoryOfNekomata
/
formxtra
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
0
Вікі
Активність
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
9
Коміти
1
Гілка
1.9 MiB
Дерево:
4fb3c83043
master
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з '4fb3c83043'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Неформатований
Звичайний вигляд
Історія
Implement tests Use custom JSDOM apart from Jest's built-in JSDOM instance because we need to test different kinds of documents. We will need to address problems with types, e.g. for `RadioNodeList` because the runner could not find its declaration (for both our custom and built-in JSDOM instances).
3 роки тому
Unify tests Attempt to unify tests for Jest and Cypress.
3 роки тому
Implement tests Use custom JSDOM apart from Jest's built-in JSDOM instance because we need to test different kinds of documents. We will need to address problems with types, e.g. for `RadioNodeList` because the runner could not find its declaration (for both our custom and built-in JSDOM instances).
3 роки тому
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};