Skip to content

Commit 0e25b94

Browse files
Migrate from Jest to Vitest
1 parent 9eb29dd commit 0e25b94

File tree

182 files changed

+7224
-9241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+7224
-9241
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"customizations": {
1616
"vscode": {
17-
"extensions": ["Orta.vscode-jest", "esbenp.prettier-vscode"],
17+
"extensions": ["esbenp.prettier-vscode"],
1818
"settings": {
1919
"editor.formatOnSave": true,
2020
"editor.defaultFormatter": "esbenp.prettier-vscode"

docs/modules/hivemq.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HiveMQ MQTT Module
22

33
This module allows automatic start up of [HiveMQ's](https://www.hivemq.com/) docker container within
4-
Jest suites, to enable programmatic testing of JavaScript based MQTT client applications.
4+
test suites, to enable programmatic testing of JavaScript based MQTT client applications.
55

66
## Install
77

@@ -11,18 +11,20 @@ npm install @testcontainers/hivemq --save-dev
1111

1212
## Resources
1313

14-
* [Community forum](https://community.hivemq.com/)
15-
* [HiveMQ website](https://www.hivemq.com/)
16-
* [MQTT Essentials](https://www.hivemq.com/mqtt-essentials/)
17-
* [MQTT 5 Essentials](https://www.hivemq.com/mqtt-5/)
14+
- [Community forum](https://community.hivemq.com/)
15+
- [HiveMQ website](https://www.hivemq.com/)
16+
- [MQTT Essentials](https://www.hivemq.com/mqtt-essentials/)
17+
- [MQTT 5 Essentials](https://www.hivemq.com/mqtt-5/)
1818

1919
Please make sure to check out the hivemq-docs for the [Community Edition](https://github.com/hivemq/hivemq-community-edition/wiki/).
2020

2121
!!! Info
22-
We are working to support the HiveMQ Enterprise Edition as outlined in the [Java Test Containers Module](https://java.testcontainers.org/modules/hivemq/).
22+
We are working to support the HiveMQ Enterprise Edition as outlined in the [Java Test Containers Module](https://java.testcontainers.org/modules/hivemq/).
2323

2424
## Examples
2525

2626
<!--codeinclude-->
27+
2728
[Connect with a mqtt.js client to HiveMQ](../../packages/modules/hivemq/src/hivemq-container.test.ts) inside_block:connect
29+
2830
<!--/codeinclude-->

jest.config.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)