Skip to content

Commit 1e7b7b5

Browse files
committed
Updated tests asmdef
1 parent d738d6d commit 1e7b7b5

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Assets/_PackageRoot/Tests/Base/Unity.Theme.Tests.Base.asmdef

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"includePlatforms": [],
1010
"excludePlatforms": [],
1111
"allowUnsafeCode": false,
12-
"overrideReferences": false,
13-
"precompiledReferences": [],
14-
"autoReferenced": true,
12+
"overrideReferences": true,
13+
"precompiledReferences": [
14+
"nunit.framework.dll"
15+
],
16+
"autoReferenced": false,
1517
"defineConstraints": [
1618
"UNITY_INCLUDE_TESTS"
1719
],

Assets/_PackageRoot/Tests/Editor/Unity.Theme.Tests.Editor.asmdef

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
],
1414
"excludePlatforms": [],
1515
"allowUnsafeCode": false,
16-
"overrideReferences": false,
17-
"precompiledReferences": [],
18-
"autoReferenced": true,
16+
"overrideReferences": true,
17+
"precompiledReferences": [
18+
"nunit.framework.dll"
19+
],
20+
"autoReferenced": false,
1921
"defineConstraints": [
2022
"UNITY_INCLUDE_TESTS"
2123
],

Assets/_PackageRoot/Tests/Runtime/Unity.Theme.Tests.Runtime.asmdef

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"includePlatforms": [],
1111
"excludePlatforms": [],
1212
"allowUnsafeCode": false,
13-
"overrideReferences": false,
14-
"precompiledReferences": [],
15-
"autoReferenced": true,
13+
"overrideReferences": true,
14+
"precompiledReferences": [
15+
"nunit.framework.dll"
16+
],
17+
"autoReferenced": false,
1618
"defineConstraints": [
1719
"UNITY_INCLUDE_TESTS"
1820
],

0 commit comments

Comments
 (0)