mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
fix up tests and cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
CommandControlPlugin,
|
||||
CommandInitPlugin,
|
||||
EventInitPlugin,
|
||||
} from '../../src/core/create-plugins';
|
||||
} from '../../src';
|
||||
import { PluginType, controller } from '../../src';
|
||||
|
||||
describe('create-plugins', () => {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user