When I run bal test throwing error
Compiling source
nimsara/test:0.1.0
Running Tests
test
error: failed to load test execution class :nimsara.test$test.0.
error: there are test failures
The error indicating there are test failures but there are no tests. Is this behaviour desired?
Steps to reproduce:
- Create a sample ballerina project
- Add
testssub-directory to project - Add a empty ballerina file in
tests/ - run
bal test