Skip to content

Commit efc7226

Browse files
committed
🧪 Add tests for StateBinding.
1 parent 5009f51 commit efc7226

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "F058B37F-5474-46C0-A432-D042453493AB",
5+
"name" : "Configuration 1",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
13+
},
14+
"testTargets" : [
15+
{
16+
"target" : {
17+
"containerPath" : "container:",
18+
"identifier" : "StateBindingTests",
19+
"name" : "StateBindingTests"
20+
}
21+
}
22+
],
23+
"version" : 1
24+
}

Tests/swift-nibbles-Package.xctestplan

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
"testTimeoutsEnabled" : true
1515
},
1616
"testTargets" : [
17+
{
18+
"parallelizable" : true,
19+
"target" : {
20+
"containerPath" : "container:",
21+
"identifier" : "ExchangeTests",
22+
"name" : "ExchangeTests"
23+
}
24+
},
1725
{
1826
"parallelizable" : true,
1927
"target" : {
@@ -42,24 +50,23 @@
4250
"parallelizable" : true,
4351
"target" : {
4452
"containerPath" : "container:",
45-
"identifier" : "StashTests",
46-
"name" : "StashTests"
53+
"identifier" : "SharedStateTests",
54+
"name" : "SharedStateTests"
4755
}
4856
},
4957
{
5058
"parallelizable" : true,
5159
"target" : {
5260
"containerPath" : "container:",
53-
"identifier" : "ExchangeTests",
54-
"name" : "ExchangeTests"
61+
"identifier" : "StashTests",
62+
"name" : "StashTests"
5563
}
5664
},
5765
{
58-
"parallelizable" : true,
5966
"target" : {
6067
"containerPath" : "container:",
61-
"identifier" : "SharedStateTests",
62-
"name" : "SharedStateTests"
68+
"identifier" : "StateBindingTests",
69+
"name" : "StateBindingTests"
6370
}
6471
}
6572
],

0 commit comments

Comments
 (0)