2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/module/esm/package.json
T
Jay 76794ac27a chore: update module test for full check (#7510)
* chore: add additional testing to esm and cjs smoke

* test: updated test suite to include module tests

* fix: esm test smoke import

* fix: cubic feedback

* fix: failing cjs

* fix: cjs timeout
2026-03-15 21:10:52 +02:00

19 lines
433 B
JSON

{
"name": "@axios/esm-module-tests",
"version": "1.0.0",
"description": "ESM module compatibility tests for axios",
"private": true,
"type": "module",
"scripts": {
"test:module:esm": "vitest run --config vitest.config.js --project module"
},
"keywords": [],
"author": "axios team",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^4.9.5",
"vitest": "4.1.0"
}
}