feat(core): 启用 TypeScript 最严格的类型检查 (#199)
* feat(core): 启用 TypeScript 最严格的类型检查 * ci: 配置 Codecov 以适应类型安全改进 * fix(core): 修复 CodeQL 安全警告 * fix(core): eslint.config.mjs
This commit is contained in:
@@ -108,8 +108,8 @@ describe('WorldManager', () => {
|
||||
};
|
||||
|
||||
const world = worldManager.createWorld('configured-world', worldConfig);
|
||||
|
||||
expect(world.name).toBe('ConfiguredWorld');
|
||||
|
||||
expect(world.name).toBe('configured-world');
|
||||
});
|
||||
|
||||
test('重复的World ID应该抛出错误', () => {
|
||||
|
||||
Reference in New Issue
Block a user