Skip to content

Commit

Permalink
test: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Feb 15, 2024
1 parent 6b8a86e commit 5c95884
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions __tests__/cmds/docs/multiple.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import path from 'node:path';

import frontMatter from 'gray-matter';
import nock from 'nock';
import { describe, beforeAll, afterAll, beforeEach, afterEach, it, expect, vi } from 'vitest';
import { describe, beforeAll, afterAll, afterEach, it, expect, vi } from 'vitest';

import DocsCommand from '../../../src/cmds/docs/index.js';
import getAPIMock, { getAPIMockWithVersionHeader } from '../../helpers/get-api-mock.js';
import { gitDefaultMocks } from '../../helpers/get-git-mock.js';
import hashFileContents from '../../helpers/hash-file-contents.js';

const docs = new DocsCommand();
Expand All @@ -23,10 +22,6 @@ describe('rdme docs (multiple)', () => {
nock.disableNetConnect();
});

beforeEach(() => {
gitDefaultMocks();
});

afterEach(() => {
vi.restoreAllMocks();
});
Expand Down

0 comments on commit 5c95884

Please sign in to comment.