Skip to content

Commit

Permalink
No need to evaluate expression in defineMessages test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbarrow committed Feb 12, 2018
1 parent 6a25249 commit 248a9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.test.js
Expand Up @@ -74,7 +74,7 @@ const tests = [
import { defineMessages } from 'react-intl'
defineMessages({
hello: \`hello world \${1+1}\`,
hello: \`hello world \${1}\`,
})
`,
},
Expand Down

0 comments on commit 248a9e5

Please sign in to comment.