mirror of https://github.com/vuejs/core.git
test: fix test case name
This commit is contained in:
parent
241790937c
commit
96e8e99304
|
@ -431,7 +431,7 @@ describe('compiler: expression transform', () => {
|
|||
})
|
||||
})
|
||||
|
||||
test('should not bail constant on strings w/ ()', () => {
|
||||
test('should bail constant for global identifiers w/ new or call expressions', () => {
|
||||
const node = parseWithExpressionTransform(
|
||||
`{{ new Date().getFullYear() }}`,
|
||||
) as InterpolationNode
|
||||
|
|
Loading…
Reference in New Issue