Skip to content

Commit

Permalink
Update packages/runtime/test/unit/runtime.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 authored Nov 1, 2023
1 parent f7be870 commit 852c800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/test/unit/runtime.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('css-runtime-renderer', () => {

expect(document.head.stylableIds()).to.equal('test');
});
it('inset two in same depth', () => {
it('insert two in same depth', () => {
const document = new MicroDocument();

testInjectCSS(document, 'test-1', '* { --pos: 1; }', 0, 'test');
Expand Down

0 comments on commit 852c800

Please sign in to comment.