15 lines
333 B
Text
15 lines
333 B
Text
|
{
|
||
|
"name": "Unity.[SubGroup].[YourPackageName].EditorTests",
|
||
|
"references": [
|
||
|
"Unity.[SubGroup].[YourPackageName].Editor",
|
||
|
"Unity.[SubGroup].[YourPackageName]"
|
||
|
],
|
||
|
"optionalUnityReferences": [
|
||
|
"TestAssemblies"
|
||
|
],
|
||
|
"includePlatforms": [
|
||
|
"Editor"
|
||
|
],
|
||
|
"excludePlatforms": []
|
||
|
}
|