This commit is contained in:
parent
37da87c3b0
commit
444e9d74e8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "agenteval-web",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@ -102,7 +102,7 @@ describe('CronPoolMonitor polling lifecycle', () => {
|
||||
render(<CronPoolMonitor />)
|
||||
await settle()
|
||||
const hasVisibility = addSpy.mock.calls.some(
|
||||
([event]: [string]) => event === 'visibilitychange',
|
||||
(call: unknown[]) => call[0] === 'visibilitychange',
|
||||
)
|
||||
expect(hasVisibility).toBe(true)
|
||||
addSpy.mockRestore()
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "agenteval"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
description = "智能体质量评估工具集平台"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user