Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TheoryOfNekomata
/
formxtra
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
19
Commits
1
Rama
1.9 MiB
Árbol:
1495659990
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '1495659990'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Original
Vista normal
Histórico
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).
hace 3 años
Unify tests Attempt to unify tests for Jest and Cypress.
hace 3 años
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).
hace 3 años
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};