Skip to content

Commit bf5497e

Browse files
committed
feat: Add integration tests
Signed-off-by: Darkheir <[email protected]>
1 parent f99f6f1 commit bf5497e

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
json:
2+
query:
3+
wildcard:
4+
actor.login: jad?nk
5+
expected:
6+
hits:
7+
total:
8+
value: 2
9+
---
10+
json:
11+
query:
12+
wildcard:
13+
actor.login: j*nk
14+
expected:
15+
hits:
16+
total:
17+
value: 2
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
json:
2+
query:
3+
prefix:
4+
actor.login: jado
5+
expected:
6+
hits:
7+
total:
8+
value: 2
9+
---
10+
json:
11+
query:
12+
prefix:
13+
actor.login: j
14+
expected:
15+
hits:
16+
total:
17+
value: 10

0 commit comments

Comments
 (0)