feat: testing framework #44
Annotations
5 errors
tests/instances/account.test.ts > account:
tests/instances/account.test.ts#L92
TypeError: Cannot read properties of undefined (reading 'rpcPort')
❯ tests/instances/account.test.ts:92:32
|
tests/instances/bundler.test.ts > bundler:
tests/instances/bundler.test.ts#L84
TypeError: Cannot read properties of undefined (reading 'rpcPort')
❯ tests/instances/bundler.test.ts:84:32
|
tests/instances/hook.module.test.ts > hook.module:
tests/instances/hook.module.test.ts#L85
TypeError: Cannot read properties of undefined (reading 'rpcPort')
❯ tests/instances/hook.module.test.ts:85:32
|
tests/instances/modules.test.ts > modules:
tests/instances/modules.test.ts#L85
TypeError: Cannot read properties of undefined (reading 'rpcPort')
❯ tests/instances/modules.test.ts:85:32
|
unit-tests
Process completed with exit code 1.
|