diff --git a/features/frameworks/greentea-client/README.md b/features/frameworks/greentea-client/README.md index c12a6c9b11..b5cbc17a3a 100644 --- a/features/frameworks/greentea-client/README.md +++ b/features/frameworks/greentea-client/README.md @@ -89,13 +89,6 @@ $ pip install "mbed-greentea<0.2.0" --upgrade ### utest support ```utest``` is our preferred test harness which allows you to execute a series of (asynchronous) C++ test cases. You can read more about utest [here](https://github.com/ARMmbed/mbed-os/blob/master/features/frameworks/utest/README.md). -```json -{ - "testDependencies": { - "utest": "^1.10.0" - } -} -``` ### greentea-client support in your module