Skip to content

Commit 96e8e99

Browse files
committed
test: fix test case name
1 parent 2417909 commit 96e8e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/__tests__/transforms/transformExpressions.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ describe('compiler: expression transform', () => {
431431
})
432432
})
433433

434-
test('should not bail constant on strings w/ ()', () => {
434+
test('should bail constant for global identifiers w/ new or call expressions', () => {
435435
const node = parseWithExpressionTransform(
436436
`{{ new Date().getFullYear() }}`,
437437
) as InterpolationNode

0 commit comments

Comments
 (0)