MCPcopy Create free account
hub / github.com/axe-api/axe-api / 01-user.spec.js

File 01-user.spec.js

packages/integrations/tests/01-user.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeAll, afterAll } from "vitest";
2import { get, post, put, patch, deleteIt, truncate } from "./helper.js";
3import axios from "axios";
4let userId = null;

Callers

nothing calls this directly

Calls 8

truncateFunction · 0.90
getFunction · 0.90
postFunction · 0.90
putFunction · 0.90
patchFunction · 0.90
deleteItFunction · 0.90
postMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected