seangwright/typescript-functional-extensions
Tests: Test Conventions, Fixtures, and Scenario Tests
開放
#2 建立於 2021年12月27日
enhancementgood first issuehelp wantedtests
倉庫指標
- 星標
- (39 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
The unit test suite doesn't have any conventions around the naming of variables/methods or the descriptions of individual tests. We also don't have any fixtures for common setup.
There are likely many combinations of tests that are missing if we want full coverage of typing support.
I'd also like some more fleshed out scenario tests to show how/prove that all the methods play nice together.