Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
TheoryOfNekomata
/
formxtra
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15
Commitit
1
Haara
1.9 MiB
Puu:
4455d9c827
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '4455d9c827'
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Raaka
Normaali näkymä
Historia
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 vuotta sitten
Unify tests Attempt to unify tests for Jest and Cypress.
3 vuotta sitten
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 vuotta sitten
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};