Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-cli

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-cli - npm Package Compare versions

Comparing version 0.0.10-pre to 0.1.0

2

package.json
{
"name": "jest-cli",
"version": "0.0.10-pre",
"version": "0.1.0",
"dependencies": {

@@ -5,0 +5,0 @@ "coffee-script": "1.7.1",

@@ -9,3 +9,3 @@ # [Jest](http://facebook.github.io/jest/)

- **Short Feedback Loop**: Tests run in parallel and DOM apis are mocked so you can run tests on the command line
- **Short Feedback Loop**: DOM APIs are mocked and tests run in parallel via a small node.js command line utility

@@ -12,0 +12,0 @@ ## Getting Started

@@ -16,6 +16,8 @@ /**

moduleLoader: require.resolve('../HasteModuleLoader/HasteModuleLoader'),
modulePathIgnorePatterns: ['/node_modules/'],
testEnvironment: require.resolve('../JSDomEnvironment'),
testFileExtensions: ['js'],
testPathDirs: ['<rootDir>'],
testRunner: require.resolve('../jasmineTestRunner/jasmineTestRunner')
testPathIgnorePatterns: ['/node_modules/'],
testRunner: require.resolve('../jasmineTestRunner/jasmineTestRunner'),
};

@@ -22,0 +24,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc