@iamkenos/iris
Version:
Test API endpoints with Axios & Jest using a collection of custom matchers and built-in utility functions.
14 lines (13 loc) • 352 B
JSON
{
"name": "iris-init",
"version": "0.0.1",
"description": "Get started with Jest and Axios.",
"scripts": {
"test": "jest --config jest.config.ts",
"prereport": "allure -q generate results/allure/ -c -o results/allure/html/",
"report": "allure open results/allure/html/"
},
"dependencies": {
"@iamkenos/iris": "^0.0.1"
}
}