fix: remove test asmdef so tests compile into Assembly-CSharp

This commit is contained in:
2026-05-14 01:03:56 +02:00
parent 0704f2e0a0
commit feed4da28c

View File

@@ -1,21 +0,0 @@
{
"name": "DecayGrid.Tests.EditMode",
"rootNamespace": "DecayGrid.Tests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}