Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
TheoryOfNekomata
/
formxtra
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Extract and set form values through the DOM—no frameworks required!
https://github.com/TheoryOfNekomata/formxtra
form
utility
values
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
9
İşleme
1
Dal
1.9 MiB
Ağaç:
4fb3c83043
master
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'4fb3c83043'den
${ noResults }
formxtra
/
jest.config.js
jest.config.js
50 B
Ham
Normal Görünüm
Geçmiş
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 yıl önce
Unify tests Attempt to unify tests for Jest and Cypress.
3 yıl önce
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 yıl önce
1
2
3
module.exports = {
testEnvironment: 'jsdom',
};