From 33016bba6c80679abf8ab11748e19961788597ab Mon Sep 17 00:00:00 2001 From: John Brunton Date: Sat, 10 Jun 2023 10:53:20 -0400 Subject: [PATCH] docs: update bullet on testing --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a31a596d..50deb5c9 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,8 @@ This project is an exercise in developing good clean architecture and CI/CD practices. It includes (or will include): * Infrastructure as Code with [Pulumi](https://www.pulumi.com/), including automatic provisioning of preview environments for each PR. -* CI including linting, unit and integration tests. +* CI including linting, unit, integration and mutation tests. * [ ] TODO: Eventually end to end tests with Playwright. - * [ ] TODO: Add mutation tests for API. * A clean architecture, including dependency inversion enforced through linting rules with [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries). * Continuous delivery practices, including automatic deployments to staging and production environments. * [ ] TODO: Automatic dependency updates (including automerging for minor version changes) with Renovate.