Hi Community!
Tests suites for Ballerina exercises I checked on Github have always all tests but the first as
@test:Config {
enable: false
}
so when I use the online editor, only the first tests needs to pass to allow a solution to be submitted. I thought that’s a bug but perhaps there are legitimate reasons for all tests but the first to be disabled.
Thanks a lot!