Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
TheoryOfNekomata
/
formxtra
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
19
Commit
1
Ramo (Branch)
1.9 MiB
Albero (Tree):
1495659990
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '1495659990'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Originale
Vista normale
Cronologia
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 anni fa
Unify tests Attempt to unify tests for Jest and Cypress.
3 anni fa
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 anni fa
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};