mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
|
{
|
||
|
state: {}
|
||
|
events: [
|
||
|
{ kind: "remove-any", paths: ["/watch/file"] }
|
||
|
]
|
||
|
expected: {
|
||
|
queues: {
|
||
|
/watch/file: {
|
||
|
events: [
|
||
|
{ kind: "remove-any", paths: ["*"] }
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|