Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
TheoryOfNekomata
/
formxtra
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
29
Commity
1
Gałąź
1.9 MiB
Drzewo:
a4a712af5e
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'a4a712af5e'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Czysty
Zwykły widok
Historia
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 lat temu
Unify tests Attempt to unify tests for Jest and Cypress.
3 lat temu
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 lat temu
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};