S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
TheoryOfNekomata
/
formxtra
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
29
Revize
1
Větev
1.9 MiB
Strom:
a4a712af5e
master
Větve
Značky
${ item.name }
Vytvořit větev
${ searchTerm }
z „a4a712af5e“
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Surový
Normální zobrazení
Historie
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).
před 3 roky
Unify tests Attempt to unify tests for Jest and Cypress.
před 3 roky
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).
před 3 roky
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};