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