diff --git a/Development~/UnityProject/Packages/manifest.json b/Development~/UnityProject/Packages/manifest.json index 72fa0ea..3c89d87 100644 --- a/Development~/UnityProject/Packages/manifest.json +++ b/Development~/UnityProject/Packages/manifest.json @@ -11,5 +11,8 @@ "dependencies": { "com.unity.test-framework": "1.1.33", "com.cneicy.shrink-tutorial": "file:../../.." - } + }, + "testables": [ + "com.cneicy.shrink-tutorial" + ] }