Skip to content

Commit

Permalink
chore: update system.emulsify.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Sep 11, 2023
1 parent 883d0be commit 64a30b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .storybook/setupTwig.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ const twigBEM = require('bem-twig-extension');
const twigAddAttributes = require('add-attributes-twig-extension');

module.exports.namespaces = {
atoms: resolve(__dirname, '../', 'src/components/01-atoms'),
molecules: resolve(__dirname, '../', 'src/components/02-molecules'),
organisms: resolve(__dirname, '../', 'src/components/03-organisms'),
templates: resolve(__dirname, '../', 'src/components/04-templates'),
components: resolve(__dirname, '../', 'src/components'),
};

Expand Down
4 changes: 0 additions & 4 deletions .storybook/setupTwig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ describe('setupTwig', () => {

it('exports emulsifys namespaces', () => {
expect(namespaces).toEqual({
atoms: '../src/components/01-atoms',
molecules: '../src/components/02-molecules',
organisms: '../src/components/03-organisms',
templates: '../src/components/04-templates',
components: '../src/components',
});
});
Expand Down
4 changes: 2 additions & 2 deletions system.emulsify.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"structure": [
{
"name": "components",
"description": "Small components commonly used in higher-level components"
"description": "Components commonly used in higher-level components"
}
],
"variants": [
Expand All @@ -27,4 +27,4 @@
]
}
]
}
}

0 comments on commit 64a30b2

Please sign in to comment.