Skip to content

Commit

Permalink
try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Aug 4, 2023
1 parent e140cd0 commit d7d39c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-app/tests/integration/helpers/liquid-spacer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ module('Integration: liquid-spacer', function (hooks) {
<button type="button" {{on "click" this.toggle}}>Toggle</button>
{{!-- template-lint-disable no-forbidden-elements --}}
<style>
*,
*::before,
*::after {
box-sizing: border-box; // 1
}
#my-spacer {
padding: 2px;
margin: 4px;
Expand Down

0 comments on commit d7d39c6

Please sign in to comment.