test-jest
Version:
learning of testing javascript
31 lines (30 loc) • 662 B
JSON
{
"name": "test-jest",
"version": "1.0.1",
"description": "learning of testing javascript",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexurch72/hexlet-jest.git"
},
"keywords": [
"test",
"jest",
"learning"
],
"author": "Alex Cherevko",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexurch72/hexlet-jest/issues"
},
"homepage": "https://github.com/alexurch72/hexlet-jest#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-jest": "^25.2.6",
"jest": "^25.2.7"
}
}