Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
TheoryOfNekomata
/
formxtra
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
19
Incheckningar
1
Gren
1.9 MiB
Träd:
1495659990
master
Grenar
Taggar
${ item.name }
Skapa branchen
${ searchTerm }
från '1495659990'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Rå
Normal vy
Historik
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 år sedan
Unify tests Attempt to unify tests for Jest and Cypress.
3 år sedan
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 år sedan
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};