improve tests

This commit is contained in:
nora 2022-03-26 13:02:53 +01:00
parent a1fa68396f
commit a31c0a555f
8 changed files with 80 additions and 25 deletions

View file

@ -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();