We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02df99a commit 00e5724Copy full SHA for 00e5724
com.unity.toonshader/Tests/Editor/Unity.ToonShader.EditorTests.asmdef
@@ -1,8 +1,10 @@
1
{
2
"name": "Unity.Toonshader.EditorTests",
3
+ "rootNamespace": "",
4
"references": [
5
"UnityEngine.TestRunner",
- "UnityEditor.TestRunner"
6
+ "UnityEditor.TestRunner",
7
+ "Unity.Toonshader"
8
],
9
"includePlatforms": [
10
"Editor"
@@ -17,5 +19,6 @@
17
19
"defineConstraints": [
18
20
"UNITY_INCLUDE_TESTS"
21
- "versionDefines": []
22
+ "versionDefines": [],
23
+ "noEngineReferences": false
24
}
0 commit comments