jest-editor-support
Advanced tools
Comparing version 21.3.0-beta.1 to 21.3.0-beta.2
@@ -113,3 +113,3 @@ /** | ||
Identifier(path, state, matchers) { | ||
if (matchers.includes(path.node.name)) { | ||
if (matchers.indexOf(path.node.name) >= 0) { | ||
state.found.push({ | ||
@@ -116,0 +116,0 @@ node: path.node, |
@@ -70,3 +70,3 @@ /** | ||
): TestFileAssertionStatus | null; | ||
updateFileWithJestStatus(data): TestFileAssertionStatus[]; | ||
updateFileWithJestStatus(data: any): TestFileAssertionStatus[]; | ||
} | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "jest-editor-support", | ||
"version": "21.3.0-beta.1", | ||
"version": "21.3.0-beta.2", | ||
"repository": { | ||
@@ -13,5 +13,5 @@ "type": "git", | ||
"babylon": "^6.14.1", | ||
"jest-snapshot": "21.3.0-beta.1" | ||
"jest-snapshot": "21.3.0-beta.2" | ||
}, | ||
"typings": "index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38604
+ Addedjest-diff@21.3.0-beta.2(transitive)
+ Addedjest-get-type@21.3.0-beta.2(transitive)
+ Addedjest-matcher-utils@21.3.0-beta.2(transitive)
+ Addedjest-snapshot@21.3.0-beta.2(transitive)
+ Addedpretty-format@21.3.0-beta.2(transitive)
- Removedjest-diff@21.3.0-beta.1(transitive)
- Removedjest-get-type@21.2.0(transitive)
- Removedjest-matcher-utils@21.3.0-beta.1(transitive)
- Removedjest-snapshot@21.3.0-beta.1(transitive)
- Removedpretty-format@21.3.0-beta.1(transitive)
Updatedjest-snapshot@21.3.0-beta.2