From 618008106e7a8c8688075394bc256a5597a89655 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Tue, 7 Jan 2025 08:07:47 +0900 Subject: [PATCH] Upgrade tests required test-helper package version to v1.1.1 --- README.md | 2 +- README_ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1d3c36..fca777c 100644 --- a/README.md +++ b/README.md @@ -846,7 +846,7 @@ git submodule add https://github.com/dena/Anjin.git Packages/com.dena.anjin > [!WARNING] > Required install packages for running tests (when adding to the `testables` in package.json), as follows: > - [Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) package v1.3.4 or later -> - [Test Helper](https://github.com/nowsprinting/test-helper) package v0.7.2 or later +> - [Test Helper](https://github.com/nowsprinting/test-helper) package v1.1.1 or later Generate a temporary project and run tests on each Unity version from the command line. diff --git a/README_ja.md b/README_ja.md index 694be35..162348c 100644 --- a/README_ja.md +++ b/README_ja.md @@ -856,7 +856,7 @@ git submodule add https://github.com/dena/Anjin.git Packages/com.dena.anjin > [!WARNING] > Anjinパッケージ内のテストを実行するためには、次のパッケージのインストールが必要です。 > - [Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) package v1.3.4 or later -> - [Test Helper](https://github.com/nowsprinting/test-helper) package v0.7.2 or later +> - [Test Helper](https://github.com/nowsprinting/test-helper) package v1.1.1 or later テスト専用のUnityプロジェクトを生成し、Unityバージョンを指定してテストを実行するには、次のコマンドを実行します。