index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
testing
Age
Commit message (
Collapse
)
Author
2021-07-20
chore: move docs to separate repository
Bartek Iwańczuk
2021-07-10
docs(manual): split testing into multiple chapters (#11067)
Casper Beyer
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-03-15
docs(testing): Add custom test example (#9791)
Yasser A.Idrissi
2021-03-02
docs(testing): add assertExists example (#9613)
Yasser A.Idrissi
2021-03-02
docs(testing): add assertObjectMatch example (#9645)
Yasser A.Idrissi
2020-10-26
rename(std/testing): rename assert*Contains to assert*Includes (#7951)
Tim Reichen
This commit renames two assertion functions to better align with JS API: - assertStringContains -> assertStringIncludes - assertArrayContains -> assertArrayIncludes
2020-09-16
docs: fix typo assertAsyncThrows -> assertThrowsAsync (#7506)
Sidd Sridharan
2020-09-14
docs(std/testing) add a description of assertNotMatch(). (#7470)
Piyotaro, Kiiroi (きいろい ぴよ太郎)
2020-07-31
feat: add $STD_VERSION replacement variable in docs (#6922)
Luca Casonato
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-18
Feature testing assertions documentation (#6332)
Rob Waller