Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |