From d5b11ef748492b772fa6e4cbd5e5d89dd91bc881 Mon Sep 17 00:00:00 2001 From: mnhock Date: Sat, 15 Jun 2024 08:07:42 +0200 Subject: [PATCH] Add link the Taikai tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77e8ba0..3f29e79 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ void shouldFulfilConstrains() { .check(); } ``` +[Here](https://github.com/enofex/taikai/blob/main/src/test/java/com/enofex/taikai/ArchitectureTest.java) you can find how Taikai use it in the tests. ## User Guide