0.0.1 • Published 2 years ago

bercow-link-adjacent v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

bercow-link-adjacent

Plugin for the bercow test runner which links a test file to its main file. This plugin works for projects whose test files sits next to their main file with an additional extension.

  • additional-extension <string>: The additional extension that marks test files. Default: "test".
  • final-extension <string> | null: The final extension of test file. Default: null reuse the extension of main files.