Skip to content

Commit

Permalink
feat: update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristyanS committed Mar 7, 2024
1 parent 9d35fcd commit be99958
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions Assets/Tests/Tests.asmdef
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"name": "Tests",
"optionalUnityReferences": [
"TestAssemblies"
]
}
"name": "Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Moq.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit be99958

Please sign in to comment.