Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
TheoryOfNekomata
/
formxtra
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Você não pode selecionar mais de 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.
5
Commits
1
Branch
1.9 MiB
Tag:
c0d6405873
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de c0d6405873
${ noResults }
formxtra
/
jest.config.js
jest.config.js
49 B
Original
Visão 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).
3 anos atrás
1
2
3
module.exports = {
testEnvironment: 'node',
};