Tests setup

This commit is contained in:
Tibe Habils
2023-03-19 16:22:40 +00:00
parent ac000132a9
commit 0a4cb9e8c6
44 changed files with 374 additions and 86 deletions

View File

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