Skip to content

Commit

Permalink
chore; rm tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Nov 18, 2023
1 parent 0ed50c7 commit b367fee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import {test} from 'node:test';

import {Hop, id, validateId} from '../src/index.ts';
import {channelsTests} from './channels.ts';
import {fleetTests} from './fleet.ts';
import {membersTest} from './projects/members.ts';
import {webhookTests} from './projects/webhooks.ts';

const SDK_TESTS = [webhookTests, membersTest, fleetTests, channelsTests];
const SDK_TESTS = [webhookTests, membersTest, channelsTests];

// @ts-expect-error This is usually injected by tsup
globalThis.TSUP_IS_NODE = true;
Expand Down

0 comments on commit b367fee

Please sign in to comment.