Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ 02-post.spec.js
File
02-post.spec.js
packages/integrations/tests/02-post.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeAll, afterAll } from
"vitest"
;
2
import
{ get, post, put, deleteIt, truncate, patch } from
"./helper.js"
;
3
4
describe(
"Axe API"
, () => {
Callers
nothing calls this directly
Calls
6
truncate
Function · 0.90
post
Function · 0.90
get
Function · 0.90
put
Function · 0.90
patch
Function · 0.90
deleteIt
Function · 0.90
Tested by
no test coverage detected