From 68bbb966f4a0df3079be3e098d4d2e593bec38e3 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Tue, 17 Dec 2024 01:51:59 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 57c12d3..fdc0d47 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Result result = Flx.score("switch-to-buffer", "stb"); System.out.println(result.score); // 237 ``` +## 🛠️ Development + +For testing, we use the [Intellij][] built-in testing library [JUint][]. + +See Microsoft's support page for more information: [Walkthrough: Create and run unit tests for managed code](https://learn.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code). + ## 🔗 Links - [A Step-by-Step Guide to Publishing Your Maven Project to Maven Central Repository](https://medium.com/@hydrurdgn/a-step-by-step-guide-to-publishing-your-maven-project-to-maven-central-repository-7a8928b5e5f5) @@ -36,3 +42,9 @@ See the License for the specific language governing permissions and limitations under the License. See [`LICENSE`](./LICENSE) for details. + + + + +[Intellij]: https://www.jetbrains.com/idea/ +[JUint]: https://junit.org/