From 8457605df0826be1913e89a68537aca59e4234a9 Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Mon, 9 Jun 2025 13:20:39 +0800 Subject: [PATCH] Added 'Support ScalaTest' section to README.md. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 98a9b99..795213b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # ScalaTest + JUnit ScalaTest + JUnit provides integration support between ScalaTest and JUnit. +💖 Support ScalaTest +-------------------- + +[![Sponsor ScalaTest](https://img.shields.io/badge/sponsor-scalatest-ff69b4?logo=github-sponsors)](https://github.com/sponsors/scalatest) + +ScalaTest has been a cornerstone of testing in the Scala ecosystem for over 17 years. It’s trusted by countless developers and teams to write expressive, flexible, and robust tests. We’ve always believed in keeping ScalaTest free and open source, but maintaining a tool used so widely takes time, care, and ongoing effort. + +If ScalaTest has saved you time, helped you ship better software, or become a key part of your development workflow, please consider supporting our work. Your sponsorship helps us dedicate time to fixing bugs, improving documentation, adding new features, and keeping ScalaTest reliable for the entire community. + +👉 [Become a sponsor for ScalaTest](https://github.com/sponsors/scalatest) to help keep Scala’s most widely used testing library thriving! + **Usage** To use it for ScalaTest 3.2.19 and JUnit 4.13: