Skip to content

Instantly share code, notes, and snippets.

@ddialar
Created August 12, 2017 11:16
Show Gist options
  • Save ddialar/7c76f959977a9ecf165ff9d0a09bd97a to your computer and use it in GitHub Desktop.
Save ddialar/7c76f959977a9ecf165ff9d0a09bd97a to your computer and use it in GitHub Desktop.
{
"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 <ddialar@gmail.com>",
"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