mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
76794ac27a
* 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
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"name": "@axios/cjs-module-tests",
|
|
"version": "1.0.0",
|
|
"description": "CJS module compatibility tests for axios",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:module:cjs": "mocha --timeout 10000 \"tests/**/*.module.test.cjs\""
|
|
},
|
|
"keywords": [],
|
|
"author": "axios team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.3",
|
|
"chai": "4.5.0",
|
|
"mocha": "9.2.2",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|