fix up tests and cleanup

This commit is contained in:
Jacob Nguyen
2024-06-22 12:10:52 -05:00
parent 7c8e39defb
commit 1d8dbb8962
8 changed files with 60 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ import {
CommandControlPlugin,
CommandInitPlugin,
EventInitPlugin,
} from '../../src/core/create-plugins';
} from '../../src';
import { PluginType, controller } from '../../src';
describe('create-plugins', () => {

View File

@@ -7,7 +7,7 @@ import { faker } from '@faker-js/faker';
import { Module } from '../src/types/core-modules';
import { Processed } from '../src/types/core-modules';
import { EventEmitter } from 'events';
import { EventType } from '../dist/core/structures/enums';
import { EventType } from '../src/core/structures/enums';
import { CommandControlPlugin, CommandInitPlugin, CommandType, controller } from '../src';
vi.mock('discord.js', async (importOriginal) => {