This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
TheoryOfNekomata
/
formxtra
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Комити
1
Грана
1.9 MiB
Дрво:
4fb3c83043
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '4fb3c83043'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Датотека
Normal View
Историја
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',
};