{ state: { file_system: { /watch/file: 1 } } events: [ { kind: "create-any", paths: ["/watch/file"] } ] expected: { queues: { /watch/file: { events: [ { kind: "create-any", paths: ["*"] } ] } } cache: { /watch/file: 1 } events: { none: [] short: [] long: [ { kind: "create-any", paths: ["/watch/file"] } ] } } }