Rename ts/test
to ts/styleguide
This commit is contained in:
parent
96c07c6373
commit
55fc21505e
7 changed files with 5 additions and 5 deletions
|
@ -20,12 +20,12 @@ module.exports = {
|
|||
{
|
||||
name: 'Test',
|
||||
description: 'Components only used for testing',
|
||||
components: 'ts/test/**/*.tsx',
|
||||
components: 'ts/styleguide/**/*.tsx',
|
||||
},
|
||||
],
|
||||
context: {
|
||||
// Exposes necessary utilities in the global scope for all readme code snippets
|
||||
util: 'ts/test/StyleGuideUtil',
|
||||
util: 'ts/styleguide/StyleGuideUtil',
|
||||
},
|
||||
// We don't want one long, single page
|
||||
pagePerSection: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue