Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
TheoryOfNekomata
/
formxtra
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
10
Commits
1
Branch
1.9 MiB
Struktur:
b5961cd461
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „b5961cd461“
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Originalformat
Normale Ansicht
Verlauf
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).
vor 3 Jahren
Unify tests Attempt to unify tests for Jest and Cypress.
vor 3 Jahren
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).
vor 3 Jahren
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};