You've already forked ModAttachr
mirror of
https://github.com/FullScreenShenanigans/ModAttachr.git
synced 2026-04-28 12:59:58 -07:00
"Added unit tests for ModAttachr, fixed issues"
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
IMod
|
||||
} from "../../src/IModAttachr";
|
||||
|
||||
mochaLoader.it("Creates a mod and fires the events within it", (): void => {
|
||||
mochaLoader.it("Creates a mod and fires the contained events", (): void => {
|
||||
// Arrange
|
||||
const eventNames: EventNames = new EventNames();
|
||||
const dummyMod: IMod[] = [{
|
||||
|
||||
Reference in New Issue
Block a user