support for desktop versions #20
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Signal } from '@/infrastructure/Events/Signal';
|
||||
import { expect } from 'chai';
|
||||
|
||||
describe('Signal Tests', () => {
|
||||
describe('Signal', () => {
|
||||
class ReceiverMock {
|
||||
public onRecieveCalls = new Array<number>();
|
||||
public onReceive(arg: number): void { this.onRecieveCalls.push(arg); }
|
||||
|
||||
Reference in New Issue
Block a user