Vadim Rihlea

Results 4 issues of Vadim Rihlea

The attack took place on April 18'th, withdrawals were disabled so the attacker just made transactions to drain the funds. has anyone else noticed anything? have not shared my key...

Not sure if it's caused by `@only` because without it I'm getting [this](https://github.com/georgejecook/rooibos/issues/203) error ``` namespace tests @only @SGNode("GqlTask") @suite class GqlTaskTests extends tests.BaseTestSuite @describe("runGqlTask") @it("calls the success/finish callbacks when...

### Dependecies ``` "brighterscript": "0.61.2", "rooibos-roku": "5.3.1", "ts-node": "^10.9.1", "typescript": "^4.9.4", "undent": "0.1.0" ``` ### Test file ``` namespace tests @SGNode("GqlTask") @suite class GqlTaskTests extends tests.BaseTestSuite @describe("runGqlTask") @it("calls the success/finish...

The docs mention only how to run test coverage in v4.2+, but nothing is mentioned about v5. Are there plans to add it? Maybe I could help somehow?