mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
|
{
|
||
|
state: {}
|
||
|
events: [
|
||
|
{ kind: "rename-from", paths: ["/watch/source"] }
|
||
|
]
|
||
|
expected: {
|
||
|
queues: {
|
||
|
/watch/source: {
|
||
|
events: [
|
||
|
{ kind: "rename-from", paths: ["*"] }
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
rename_event: { kind: "rename-from", paths: ["/watch/source"] }
|
||
|
}
|
||
|
}
|