Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 058cb9a

Browse files
authored
Merge pull request #153 from aidenybai/fix-compute
test: fix bind class
2 parents cfc2994 + a0d8601 commit 058cb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/directives/__test__/bind.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('.bindDirective', () => {
2626
data: { value: expression, compute: compute(expression, el), deps: [] },
2727
state,
2828
});
29-
expect(el.className).toEqual('test2 test');
29+
expect(el.className).toEqual('test2');
3030
});
3131

3232
// it('should not have className prop', () => {

0 commit comments

Comments
 (0)