jest-emotion
Advanced tools
Comparing version 9.0.0-0 to 9.0.0-1
@@ -5,4 +5,3 @@ 'use strict'; | ||
function defaultClassNameReplacer(className, index) { | ||
// Change this to emotion before merging | ||
return 'glamor-' + index; | ||
return 'emotion-' + index; | ||
} | ||
@@ -9,0 +8,0 @@ |
{ | ||
"name": "jest-emotion", | ||
"version": "9.0.0-0", | ||
"version": "9.0.0-1", | ||
"description": "Jest utilities for emotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
// @flow | ||
function defaultClassNameReplacer(className, index) { | ||
// Change this to emotion before merging | ||
return `glamor-${index}` | ||
return `emotion-${index}` | ||
} | ||
@@ -6,0 +5,0 @@ |
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
11542
260