twd-js 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # TWD Test While Developing
1
+ # TWD (Test While Developing)
2
2
 
3
3
  [![CI](https://github.com/BRIKEV/twd/actions/workflows/ci.yml/badge.svg)](https://github.com/BRIKEV/twd/actions/workflows/ci.yml)
4
4
  [![npm version](https://img.shields.io/npm/v/twd-js.svg)](https://www.npmjs.com/package/twd-js)
@@ -78,23 +78,23 @@ One package today. The rest when you need it.
78
78
 
79
79
  ## Examples & showcase
80
80
 
81
- - **[twd-shadcn](https://github.com/BRIKEV/twd-shadcn)** React + shadcn/ui with a [live demo](https://brikev.github.io/twd-shadcn/) you can interact with
82
- - **[twd-react-router](https://github.com/BRIKEV/twd-react-router)** React Router (Framework Mode) with `createRoutesStub` and loader mocking
83
- - **[twd-tanstack-example](https://github.com/BRIKEV/twd-tanstack-example)** TanStack Router integration
84
- - **[twd-vue-example](https://github.com/BRIKEV/twd-vue-example)** Vue 3
85
- - **[twd-angular-example](https://github.com/BRIKEV/twd-angular-example)** Angular
86
- - **[twd-auth0](https://github.com/BRIKEV/twd-auth0)** Auth0 session mocking
81
+ - **[twd-shadcn](https://github.com/BRIKEV/twd-shadcn)**: React + shadcn/ui with a [live demo](https://brikev.github.io/twd-shadcn/) you can interact with
82
+ - **[twd-react-router](https://github.com/BRIKEV/twd-react-router)**: React Router (Framework Mode) with `createRoutesStub` and loader mocking
83
+ - **[twd-tanstack-example](https://github.com/BRIKEV/twd-tanstack-example)**: TanStack Router integration
84
+ - **[twd-vue-example](https://github.com/BRIKEV/twd-vue-example)**: Vue 3
85
+ - **[twd-angular-example](https://github.com/BRIKEV/twd-angular-example)**: Angular
86
+ - **[twd-auth0](https://github.com/BRIKEV/twd-auth0)**: Auth0 session mocking
87
87
 
88
88
  → **[All examples and community content](https://twd.dev/community)**
89
89
 
90
90
  ## Documentation
91
91
 
92
- - **[Getting Started](https://twd.dev/getting-started)** Install, set up, write your first test
93
- - **[Writing Tests](https://twd.dev/writing-tests)** Selectors, assertions, interactions, navigation
94
- - **[API Mocking](https://twd.dev/api-mocking)** Mock Service Worker patterns
95
- - **[AI Integration](https://twd.dev/ai-overview)** Connect Claude Code (or any agent) via twd-relay
96
- - **[Contract Testing Setup](https://twd.dev/contract-testing-setup)** Validate mocks against OpenAPI specs in CI
97
- - **[API Reference](https://twd.dev/api/)** Test functions, commands, assertions
92
+ - **[Getting Started](https://twd.dev/getting-started)**: Install, set up, write your first test
93
+ - **[Writing Tests](https://twd.dev/writing-tests)**: Selectors, assertions, interactions, navigation
94
+ - **[API Mocking](https://twd.dev/api-mocking)**: Built-in request mocking via service worker
95
+ - **[AI Integration](https://twd.dev/ai-overview)**: Connect Claude Code (or any agent) via twd-relay
96
+ - **[Contract Testing Setup](https://twd.dev/contract-testing-setup)**: Validate mocks against OpenAPI specs in CI
97
+ - **[API Reference](https://twd.dev/api/)**: Test functions, commands, assertions
98
98
 
99
99
  ## Contributing
100
100