babel-plugin-jest-hoist
Version:
Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jes
23 lines (22 loc) • 497 B
JSON
{
"name": "babel-plugin-jest-hoist",
"version": "13.3.0-alpha.ffc7404b",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"devDependencies": {
"babel-preset-es2015": "*",
"react": "^0.14.0"
},
"jest": {
"rootDir": "./src",
"scriptPreprocessor": "../../babel-jest",
"testEnvironment": "node"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}