Skip to content

Commit

Permalink
Jest 12.0.2.
Browse files Browse the repository at this point in the history
Summary: Closes #952

Differential Revision: D3234626

fb-gh-sync-id: e0526f037a4a517e82e3afcb6659a301d3d14918
fbshipit-source-id: e0526f037a4a517e82e3afcb6659a301d3d14918
  • Loading branch information
cpojer authored and Facebook Github Bot 9 committed Apr 28, 2016
1 parent 98a64db commit 13abace
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## master

## jest-cli 12.0.2

* Bug fixes when running a single test file and for scoped package names.

## jest-cli 12.0.1

* Added custom equality matchers for Map/Set and iterables.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.6",
"version": "12.0.1"
"version": "12.0.2"
}
16 changes: 8 additions & 8 deletions package.json
@@ -1,21 +1,21 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "12.0.1",
"version": "12.0.2",
"main": "src/jest.js",
"dependencies": {
"chalk": "^1.1.1",
"cover": "^0.2.9",
"diff": "^2.1.1",
"graceful-fs": "^4.1.3",
"istanbul": "^0.4.2",
"jest-environment-jsdom": "^12.0.1",
"jest-environment-node": "^12.0.1",
"jest-haste-map": "^12.0.1",
"jest-jasmine1": "^12.0.1",
"jest-jasmine2": "^12.0.1",
"jest-mock": "^12.0.1",
"jest-util": "^12.0.1",
"jest-environment-jsdom": "^12.0.2",
"jest-environment-node": "^12.0.2",
"jest-haste-map": "^12.0.2",
"jest-jasmine1": "^12.0.2",
"jest-jasmine2": "^12.0.2",
"jest-mock": "^12.0.2",
"jest-util": "^12.0.2",
"json-stable-stringify": "^1.0.0",
"lodash.template": "^4.2.4",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-jest",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "src/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-preset-jest": "^12.0.1"
"babel-preset-jest": "^12.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
@@ -1,13 +1,13 @@
{
"name": "babel-preset-jest",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^12.0.1"
"babel-plugin-jest-hoist": "^12.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/jest-environment-jsdom/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-environment-jsdom",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "src/index.js",
"dependencies": {
"jsdom": "^8.3.1",
"jest-util": "^12.0.1"
"jsdom": "^8.4.1",
"jest-util": "^12.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "src/index.js",
"dependencies": {
"jest-util": "^12.0.1"
"jest-util": "^12.0.2"
},
"jest": {
"testEnvironment": "node"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine1/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine1",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-util": "^12.0.1"
"jest-util": "^12.0.2"
},
"jest": {
"testEnvironment": "node"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"graceful-fs": "^4.1.3",
"jest-util": "^12.0.1"
"jest-util": "^12.0.2"
},
"jest": {
"testEnvironment": "node"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down

0 comments on commit 13abace

Please sign in to comment.