tets name

This commit is contained in:
Niels Lyngsø
2022-05-25 16:16:32 +02:00
parent 0986dc9b6a
commit 1f9460e94a

View File

@@ -25,7 +25,7 @@ describe('UmbContextConsumer', () => {
});
describe('events', () => {
it('dispatches request context event when constructed', async () => {
it('dispatches context request event when constructed', async () => {
const listener = oneEvent(window, umbContextRequestEventType);
consumer.attach();