We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaedbde commit 26cd837Copy full SHA for 26cd837
src/__tests__/config.js
@@ -45,7 +45,7 @@ describe('configuration API', () => {
45
test('passes existing config out to config function', () => {
46
// Create a new config key based on the value of an existing one
47
configure(existingConfig => ({
48
- newKey: existingConfig.testIdAttribute + '-derived',
+ newKey: `${existingConfig.testIdAttribute}-derived`,
49
}))
50
const conf = getConfig()
51
0 commit comments