Skip to content

Commit 42102a7

Browse files
committed
test: update
1 parent 9935213 commit 42102a7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

test/core/test/__snapshots__/test-for-suite.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports[`basic case2 > test 1`] = `
2222
}
2323
`;
2424

25-
exports[`template 'x' true > test 1`] = `
25+
exports[`template x true > test 1`] = `
2626
{
2727
"args": [
2828
{
@@ -33,7 +33,7 @@ exports[`template 'x' true > test 1`] = `
3333
}
3434
`;
3535

36-
exports[`template 'y' false > test 1`] = `
36+
exports[`template y false > test 1`] = `
3737
{
3838
"args": [
3939
{

test/core/test/__snapshots__/test-for.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ exports[`fixture case2 1`] = `
9696
}
9797
`;
9898

99-
exports[`object 'case1' 1`] = `
99+
exports[`object case1 1`] = `
100100
{
101101
"args": {
102102
"k": "case1",
@@ -105,7 +105,7 @@ exports[`object 'case1' 1`] = `
105105
}
106106
`;
107107

108-
exports[`object 'case2' 1`] = `
108+
exports[`object case2 1`] = `
109109
{
110110
"args": {
111111
"k": "case2",
@@ -114,21 +114,21 @@ exports[`object 'case2' 1`] = `
114114
}
115115
`;
116116

117-
exports[`object destructure 'case1' 1`] = `
117+
exports[`object destructure case1 1`] = `
118118
{
119119
"myFixture": 1234,
120120
"v": "case1",
121121
}
122122
`;
123123

124-
exports[`object destructure 'case2' 1`] = `
124+
exports[`object destructure case2 1`] = `
125125
{
126126
"myFixture": 1234,
127127
"v": "case2",
128128
}
129129
`;
130130

131-
exports[`template 'x' true 1`] = `
131+
exports[`template x true 1`] = `
132132
{
133133
"args": {
134134
"a": "x",
@@ -138,7 +138,7 @@ exports[`template 'x' true 1`] = `
138138
}
139139
`;
140140

141-
exports[`template 'y' false 1`] = `
141+
exports[`template y false 1`] = `
142142
{
143143
"args": {
144144
"a": "y",

0 commit comments

Comments
 (0)