Skip to content

Commit

Permalink
chore: switch to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
ckohen committed Feb 18, 2023
1 parent 720e2ff commit 06223dc
Show file tree
Hide file tree
Showing 6 changed files with 6,455 additions and 11,096 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/util.test.ts → __tests__/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import type {
RESTPostAPIChatInputApplicationCommandsJSONBody,
RESTPostAPIContextMenuApplicationCommandsJSONBody,
} from 'discord-api-types/v10';
// eslint-disable-next-line import/extensions
import { type APIApplicationCommandChoicesOption, commandEquals, optionsEqual } from '../lib/Util';
import { describe, test, expect } from 'vitest';
import { type APIApplicationCommandChoicesOption, commandEquals, optionsEqual } from '../src/lib/Util.js';

const receivedChatCommand = {
id: '828935534738669580',
Expand Down
19 changes: 0 additions & 19 deletions babel.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 06223dc

Please sign in to comment.