mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
16 lines
287 B
Plaintext
16 lines
287 B
Plaintext
|
{
|
||
|
state: {}
|
||
|
events: [
|
||
|
{ kind: "rename-to", paths: ["/watch/target"] }
|
||
|
]
|
||
|
expected: {
|
||
|
queues: {
|
||
|
/watch/target: {
|
||
|
events: [
|
||
|
{ kind: "rename-to", paths: ["*"] }
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|