feat: add build
Some checks failed
Build and release / Build (push) Failing after 13s
Build and release / update-release-draft (push) Has been skipped
Build and release / Release (push) Has been skipped

This commit is contained in:
Morten Olsen
2025-10-16 22:07:56 +02:00
parent 11828da073
commit 01336e71bb
18 changed files with 272 additions and 23 deletions

View File

@@ -39,6 +39,7 @@ describe('mqtt', () => {
it('should not be able to publish if not allowed', async () => {
const [client] = await world.connect([]);
// eslint-disable-next-line
const promise = client.publishAsync('test', 'test');
// TODO: why does this not throw?