Closed crookse closed 4 years ago
I think maybe some more tests could be added, mainly integration ones that assert the output is correct with the new format
agreed. as i'm testing the rhumrunner, i'm finding that some of my code isn't testable. so i'm also reworking some of the stuff i did to make the rhumrunner testable as fuhhhh
@ebebbington, i added out output_test.ts
. i also tested mod.ts
.
https://github.com/drashland/rhum/blob/issue-%2316-skipped-functionality/tests/unit/mod_test.ts
Fixes #16
Description
.testSuite()
and.testCase()
calls can be replaced with.skip()
.You can now do the following: