22
33exports [` match should have consistent console output 1` ] = `
44[MockFunction] {
5- " calls" : Array [
6- Array [
5+ " calls" : [
6+ [
77 " Users from google: a, b, c, d" ,
88 ],
9- Array [
9+ [
1010 " Users from github: a, b, c, d" ,
1111 ],
1212 ],
13- " results" : Array [
14- Object {
13+ " results" : [
14+ {
1515 " type" : " return" ,
1616 " value" : undefined ,
1717 },
18- Object {
18+ {
1919 " type" : " return" ,
2020 " value" : undefined ,
2121 },
@@ -25,15 +25,15 @@ exports[`match should have consistent console output 1`] = `
2525
2626exports [` missmatch should add users if set to 1` ] = `
2727[MockFunction] {
28- " calls" : Array [
29- Array [
28+ " calls" : [
29+ [
3030 Set {
3131 "d",
3232 },
3333 ],
3434 ],
35- " results" : Array [
36- Object {
35+ " results" : [
36+ {
3737 " type" : " return" ,
3838 " value" : undefined ,
3939 },
@@ -43,34 +43,34 @@ exports[`missmatch should add users if set to 1`] = `
4343
4444exports [` missmatch should have consistent console output 1` ] = `
4545[MockFunction] {
46- " calls" : Array [
47- Array [
46+ " calls" : [
47+ [
4848 " Users from google: a, d" ,
4949 ],
50- Array [
50+ [
5151 " Users from github: b, c, a" ,
5252 ],
53- Array [
53+ [
5454 " Users not in google: b, c" ,
5555 ],
56- Array [
56+ [
5757 " Users not in github: d" ,
5858 ],
5959 ],
60- " results" : Array [
61- Object {
60+ " results" : [
61+ {
6262 " type" : " return" ,
6363 " value" : undefined ,
6464 },
65- Object {
65+ {
6666 " type" : " return" ,
6767 " value" : undefined ,
6868 },
69- Object {
69+ {
7070 " type" : " return" ,
7171 " value" : undefined ,
7272 },
73- Object {
73+ {
7474 " type" : " return" ,
7575 " value" : undefined ,
7676 },
@@ -80,34 +80,34 @@ exports[`missmatch should have consistent console output 1`] = `
8080
8181exports [` missmatch should have consistent console output with full destructive mode on 1` ] = `
8282[MockFunction] {
83- " calls" : Array [
84- Array [
83+ " calls" : [
84+ [
8585 " Users from google: a, d" ,
8686 ],
87- Array [
87+ [
8888 " Users from github: b, c, a" ,
8989 ],
90- Array [
90+ [
9191 " Users not in google: b, c" ,
9292 ],
93- Array [
93+ [
9494 " Users not in github: d" ,
9595 ],
9696 ],
97- " results" : Array [
98- Object {
97+ " results" : [
98+ {
9999 " type" : " return" ,
100100 " value" : undefined ,
101101 },
102- Object {
102+ {
103103 " type" : " return" ,
104104 " value" : undefined ,
105105 },
106- Object {
106+ {
107107 " type" : " return" ,
108108 " value" : undefined ,
109109 },
110- Object {
110+ {
111111 " type" : " return" ,
112112 " value" : undefined ,
113113 },
@@ -117,16 +117,16 @@ exports[`missmatch should have consistent console output with full destructive m
117117
118118exports [` missmatch should remove users if set to 1` ] = `
119119[MockFunction] {
120- " calls" : Array [
121- Array [
120+ " calls" : [
121+ [
122122 Set {
123123 "b",
124124 "c",
125125 },
126126 ],
127127 ],
128- " results" : Array [
129- Object {
128+ " results" : [
129+ {
130130 " type" : " return" ,
131131 " value" : undefined ,
132132 },
0 commit comments