normalize components path to be absolute
This commit is contained in:
parent
80c588aba7
commit
d1bb7fef5f
74 changed files with 142 additions and 142 deletions
|
|
@ -27,7 +27,7 @@ describe('ISS (de)serialization', () => {
|
|||
|
||||
/*
|
||||
// Debug snippet
|
||||
const onlyComponent = componentsContext('./components/panel_header.style.js').default
|
||||
const onlyComponent = componentsContext('src/components/panel_header.style.js').default
|
||||
it.only(`(De)serialization of component ${onlyComponent.name} works`, () => {
|
||||
const normalized = onlyComponent.defaultRules.map(x => ({ component: onlyComponent.name, ...x }))
|
||||
console.debug('BEGIN INPUT ================')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue