We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de81e7 commit 24e959cCopy full SHA for 24e959c
apps/tests/ui/view/view-tests-common.ts
@@ -495,10 +495,10 @@ export var test_binding_id = function () {
495
}
496
497
export var test_binding_cssClass = function () {
498
- property_binding_test("className", "class1", "class2");
+ property_binding_test("cssClass", "class1", "class2");
499
500
501
-export var test_binding_cssClass = function () {
+export var test_binding_className = function () {
502
property_binding_test("className", "class1", "class2");
503
504
0 commit comments