Created
August 12, 2017 11:16
-
-
Save ddialar/7c76f959977a9ecf165ff9d0a09bd97a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "jest.testing.manual.mocking", | |
"version": "1.0.0", | |
"description": "Basic script in order to test the Jest Testing Framework manual mocking.", | |
"main": "src/app.js", | |
"scripts": { | |
"dev": "NODE_ENV=development nodemon --watch src --exec babel-node src/app.js", | |
"test": "jest --watch" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/ddialar/jest.manual.mocking.git" | |
}, | |
"keywords": [ | |
"Javascript", | |
"Testing", | |
"Jest" | |
], | |
"author": "Dailos Rafael Dïaz Lara <[email protected]>", | |
"license": "MIT", | |
"homepage": "https://github.com/ddialar/jest.manual.mocking#readme", | |
"devDependencies": { | |
"babel-cli": "^6.24.1", | |
"babel-jest": "^20.0.3", | |
"babel-preset-es2015": "^6.24.1", | |
"eslint": "^4.4.1", | |
"jest": "^20.0.4" | |
}, | |
"dependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment