mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-03-15 23:16:03 +01:00
improve tests
This commit is contained in:
parent
a1fa68396f
commit
a31c0a555f
8 changed files with 80 additions and 25 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
This test creates a queue with an empty name and asserts that the generated
|
||||
queue name is not empty.
|
||||
*/
|
||||
|
||||
import { assert, connectAmqp } from './utils/utils.js';
|
||||
|
||||
const connection = await connectAmqp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue