diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-23 21:33:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-23 21:33:19 +0000 |
| commit | cf24e3009512ab4b86a600837f255fe86b9a5b0d (patch) | |
| tree | a395464f27b8e4550f2805be93421ef02b92938b /test/unit/specs/services/theme_data/iss_deserializer.spec.js | |
| parent | a8092de63808ff1445636f07e11f3602774f1438 (diff) | |
| parent | 7a7ed917b369c44b62edde52c01ef615f476ed47 (diff) | |
Merge branch 'fix-shadows-everywhere' into 'develop'
add 'none' keyword to PISS shadow definiton that equals empty array
See merge request pleroma/pleroma-fe!1946
Diffstat (limited to 'test/unit/specs/services/theme_data/iss_deserializer.spec.js')
| -rw-r--r-- | test/unit/specs/services/theme_data/iss_deserializer.spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/specs/services/theme_data/iss_deserializer.spec.js b/test/unit/specs/services/theme_data/iss_deserializer.spec.js index 01f8dacf..6eb25dfe 100644 --- a/test/unit/specs/services/theme_data/iss_deserializer.spec.js +++ b/test/unit/specs/services/theme_data/iss_deserializer.spec.js @@ -19,7 +19,7 @@ describe('ISS (de)serialization', () => { /* // Debug snippet const onlyComponent = componentsContext('./components/panel_header.style.js').default - it(`(De)serialization of component ${onlyComponent.name} works`, () => { + it.only(`(De)serialization of component ${onlyComponent.name} works`, () => { const normalized = onlyComponent.defaultRules.map(x => ({ component: onlyComponent.name, ...x })) console.log('BEGIN INPUT ================') console.log(normalized) @@ -36,5 +36,5 @@ describe('ISS (de)serialization', () => { // for some reason comparing objects directly fails the assert expect(JSON.stringify(deserialized, null, 2)).to.equal(JSON.stringify(normalized, null, 2)) }) - */ + /* */ }) |
