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