mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-02 13:33:07 +00:00
Remove only modifier
This commit is contained in:
parent
53598f1fda
commit
e25c240939
@ -2,7 +2,7 @@ import { afterEach, assert, describe, it, vi } from "vitest";
|
||||
import { Fetch } from "../fetch-safe/fetch-safe";
|
||||
import { CodexError } from "../errors/errors";
|
||||
|
||||
describe.only("fetch", () => {
|
||||
describe("fetch", () => {
|
||||
afterEach(() => {
|
||||
vi.restoreAllMocks();
|
||||
});
|
||||
@ -26,7 +26,7 @@ describe.only("fetch", () => {
|
||||
assert.deepStrictEqual(result, { error: true, data: error });
|
||||
});
|
||||
|
||||
it.only("returns an error when the json parsing failed", async () => {
|
||||
it("returns an error when the json parsing failed", async () => {
|
||||
const mockResponse = {
|
||||
ok: true,
|
||||
status: 200,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user