Skip to content

Commit

Permalink
Update packages/lit-html/src/test/directives/style-map_test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Augustine Kim <augustinekim@google.com>
  • Loading branch information
justinfagnani and augustjk committed Apr 5, 2023
1 parent a1bd878 commit 1a60f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lit-html/src/test/directives/style-map_test.ts
Expand Up @@ -98,6 +98,7 @@ suite('styleMap', () => {
assert.equal(el.style.marginTop, '4px');
assert.equal(el.style.paddingBottom, '8px');
assert.equal(el.style.opacity, '0.55');
assert.equal(el.style.zIndex, '1');
});

test('removes properties', () => {
Expand Down

0 comments on commit 1a60f44

Please sign in to comment.