Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 97936a7

Browse files
committed
docs: added lint to muxpress
1 parent 99c50f5 commit 97936a7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export default async function () {
3131
- Helps testing k6 tests with mock server
3232
- Supports sync and async `k6/http` API
3333

34+
> **Note**
35+
> The implementation of a micro web framework (similar to Express.js) was moved to [muxpress](https://github.com/szkiba/muxpress) project. (Just in case you're interested in goja)
36+
3437
## Download
3538

3639
You can download pre-built k6 binaries from [Releases](https://github.com/szkiba/xk6-mock/releases/) page. Check [Packages](https://github.com/szkiba/xk6-mock/pkgs/container/xk6-mock) page for pre-built k6 Docker images.

magefiles/README-header.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export default async function () {
3131
- Helps testing k6 tests with mock server
3232
- Supports sync and async `k6/http` API
3333

34+
> **Note**
35+
> The implementation of a micro web framework (similar to Express.js) was moved to [muxpress](https://github.com/szkiba/muxpress) project. (Just in case you're interested in goja)
36+
3437
## Download
3538

3639
You can download pre-built k6 binaries from [Releases](https://github.com/szkiba/xk6-mock/releases/) page. Check [Packages](https://github.com/szkiba/xk6-mock/pkgs/container/xk6-mock) page for pre-built k6 Docker images.

0 commit comments

Comments
 (0)