Merge pull request #97 from jackfirth/fix-coverage-#96
Add doc coverage test for unstable/lens
This commit is contained in:
commit
ee746dbf93
7
unstable/lens/tests/doc-coverage.rkt
Normal file
7
unstable/lens/tests/doc-coverage.rkt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang racket
|
||||
|
||||
(module+ test
|
||||
(require doc-coverage
|
||||
unstable/lens)
|
||||
|
||||
(check-all-documented 'unstable/lens))
|
Loading…
Reference in New Issue
Block a user