v2 / vlib / v / tests / project_with_tests_for_main / v.mod
5 lines · 5 sloc · 159 bytes · 78e1127d996956200775a0cc1cb6c634cff70765
Raw
1Module {
2 name: 'project_with_tests_for_main',
3 description: 'This project demonstrates the ability to test functions in the main module',
4 dependencies: []
5}
6