From 2f14748366c5063bbc4771e6e2c89d1a4f37cee1 Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:46:22 -0400 Subject: [PATCH] docs(helpers): add ArchUnitTS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2045fb7a..58d3ca58 100644 --- a/README.md +++ b/README.md @@ -1053,6 +1053,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc * [jest-angular-test-verifier](https://github.com/Neizan93/jest-angular-test-verifier) - Jest reporter that verifies Angular components, services, directives, and other file types have matching test files. * [ngx-api-mocks-interceptor](https://github.com/MaloPolese/ngx-api-mocks-interceptor) - A powerful Angular HTTP interceptor for mocking API responses with support for dynamic data generation, path matching, response delays, and simulated file operations. * [testing-library-queries](https://github.com/thomasmikava/testing-library-queries) - Streamlines DOM querying with a composable, chainable API, TypeScript support, CSS selector helpers, concise syntax, reusable query logic, and framework-agnostic compatibility. +* [ArchUnitTS](https://github.com/LukasNiessen/ArchUnitTS) - Enforce architecture rules, detect circular dependencies, and validate code standards in JS/TS projects with easy setup and seamless test framework integration. ## Site Templates