Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
TheoryOfNekomata
/
formxtra
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
9
Révisions
1
Branche
1.9 MiB
Aborescence:
4fb3c83043
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '4fb3c83043'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Brut
Vue normale
Historique
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).
il y a 3 ans
Unify tests Attempt to unify tests for Jest and Cypress.
il y a 3 ans
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).
il y a 3 ans
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};