mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
2f52f6b13b
* feat: added smoke tests for deno * feat: added bun smoke tests * chore: added workflows for deno and bun * chore: swap workflow implementation * chore: apply ai suggestion * chore: test alt install of bun deps * chore: deno install * chore: map bun file install * chore: try a different approach for bun * chore: unpack and then install for bun * chore: remove un-needed step * chore: try with tgx again for bun * chore: alternative zip approach * ci: full ci added back
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1.0.19",
|
|
"axios": "../../../dist/esm/axios.js"
|
|
},
|
|
"tasks": {
|
|
"test": "deno test --allow-read tests/"
|
|
},
|
|
"test": {
|
|
"include": ["tests/**/*.smoke.test.ts"]
|
|
}
|
|
}
|