Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 4, 2024
1 parent cdfb174 commit 55fd0e4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tests/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import { dirname } from 'path';
import { fileURLToPath } from 'url';

import { NotificationsClient } from '../../ui/src/notifications-client.js';
import {
NotificationsConfig,
NotificationsStore,
} from '../../ui/src/notifications-store.js';
import { NotificationsStore } from '../../ui/src/notifications-store.js';
import { NotificationsConfig } from '../../ui/src/types.js';

export async function setup(scenario: Scenario) {
const testHappUrl =
Expand All @@ -25,12 +23,6 @@ export async function setup(scenario: Scenario) {
await scenario.shareAllAgents();

const config: NotificationsConfig = {
groups: {
onClick(notificationGroup) {},
title(notificationGroup) {
throw new Error('');
},
},
types: {},
};

Expand Down

0 comments on commit 55fd0e4

Please sign in to comment.