mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-20 06:00:11 +00:00
Fixed edit mode, clear continuations and runners on run mode change, edit mode unit tests
This commit is contained in:
committed by
Antonio Ruggiero
parent
50ba93f951
commit
ecf6c1fba5
23
Assets/Tests/Editor/UniRx.Async.Tests.Editor.asmdef
Normal file
23
Assets/Tests/Editor/UniRx.Async.Tests.Editor.asmdef
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "UniRx.Async.Tests.Editor",
|
||||
"references": [
|
||||
"UnityEngine.TestRunner",
|
||||
"UnityEditor.TestRunner",
|
||||
"UniRx.Async",
|
||||
"UniRx.Async.Tests"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": true,
|
||||
"precompiledReferences": [
|
||||
"nunit.framework.dll"
|
||||
],
|
||||
"autoReferenced": false,
|
||||
"defineConstraints": [
|
||||
"UNITY_INCLUDE_TESTS"
|
||||
],
|
||||
"versionDefines": []
|
||||
}
|
||||
Reference in New Issue
Block a user