Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
TheoryOfNekomata
/
formxtra
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
10
Cometimentos
1
Ramo
1.9 MiB
Árvore:
b5961cd461
master
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de 'b5961cd461'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Em bruto
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).
há 3 anos
Unify tests Attempt to unify tests for Jest and Cypress.
há 3 anos
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).
há 3 anos
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};