Introduce game engine #32
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
tests/engine/plugins/PluginInstaller.test.ts > Plugin Installer > should clean up disabled on remove:
src/engine/plugins/PluginInstaller.ts#L180
TypeError: ids.filter is not a function
❯ fn src/engine/plugins/PluginInstaller.ts:180:44
❯ src/engine/Lens.ts:86:25
❯ _over src/engine/Composer.ts:33:52
❯ Composer.method [as over] src/engine/Composer.ts:157:16
❯ over src/engine/Composer.ts:266:20
❯ fn src/engine/plugins/PluginInstaller.ts:180:9
❯ p src/engine/Composer.ts:270:33
❯ _pipe src/engine/Composer.ts:24:35
❯ src/engine/Composer.ts:83:27
❯ tests/engine/plugins/PluginInstaller.test.ts:230:45
|
|
tests/engine/plugins/PluginInstaller.test.ts > Plugin Installer > should remove plugin from storage and state:
src/engine/plugins/PluginInstaller.ts#L180
TypeError: ids.filter is not a function
❯ fn src/engine/plugins/PluginInstaller.ts:180:44
❯ src/engine/Lens.ts:86:25
❯ _over src/engine/Composer.ts:33:52
❯ Composer.method [as over] src/engine/Composer.ts:157:16
❯ over src/engine/Composer.ts:266:20
❯ fn src/engine/plugins/PluginInstaller.ts:180:9
❯ p src/engine/Composer.ts:270:33
❯ _pipe src/engine/Composer.ts:24:35
❯ src/engine/Composer.ts:83:27
❯ tests/engine/plugins/PluginInstaller.test.ts:125:49
|
|
tests/engine/plugins/PluginInstaller.test.ts > Plugin Installer > should mark plugins with no code as failed:
tests/engine/plugins/PluginInstaller.test.ts#L87
AssertionError: expected [] to include 'user.nocode'
❯ tests/engine/plugins/PluginInstaller.test.ts:87:33
|