Skip to content

Commit

Permalink
Merge pull request #19454 from storybookjs/tom/sb-706-migrate-stories…
Browse files Browse the repository at this point in the history
…-and-delete-preact

Enable preact templates and remove `preact-kitchen-sink`
  • Loading branch information
tmeasday committed Oct 17, 2022
2 parents efae211 + 3d85624 commit 5cadf8d
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 896 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -142,7 +142,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 5
parallelism: 4
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 18
parallelism: 20
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -341,7 +341,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 11
parallelism: 15
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -356,7 +356,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 18
parallelism: 20
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -375,7 +375,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 16
parallelism: 18
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -390,7 +390,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 18
parallelism: 20
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -405,7 +405,7 @@ jobs:
executor:
class: medium+
name: sb_playwright
parallelism: 18
parallelism: 20
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down
2 changes: 1 addition & 1 deletion code/e2e-tests/addon-docs.spec.ts
Expand Up @@ -16,7 +16,7 @@ test.describe('addon-docs', () => {
test('should provide source snippet', async ({ page }) => {
// templateName is e.g. 'Vue-CLI (Default JS)'
test.skip(
/^(vue3|vue-cli)/i.test(templateName),
/^(vue3|vue-cli|preact)/i.test(templateName),
`Skipping ${templateName}, which does not support dynamic source snippets`
);

Expand Down
12 changes: 0 additions & 12 deletions code/examples/preact-kitchen-sink/.eslintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions code/examples/preact-kitchen-sink/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions code/examples/preact-kitchen-sink/.storybook/main.ts

This file was deleted.

3 changes: 0 additions & 3 deletions code/examples/preact-kitchen-sink/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions code/examples/preact-kitchen-sink/babel.config.json

This file was deleted.

12 changes: 0 additions & 12 deletions code/examples/preact-kitchen-sink/jest.config.js

This file was deleted.

51 changes: 0 additions & 51 deletions code/examples/preact-kitchen-sink/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions code/examples/preact-kitchen-sink/preact-enzyme-mapping.js

This file was deleted.

9 changes: 0 additions & 9 deletions code/examples/preact-kitchen-sink/preactshots.test.js

This file was deleted.

Binary file removed code/examples/preact-kitchen-sink/public/favicon.ico
Binary file not shown.
Binary file removed code/examples/preact-kitchen-sink/public/logo.png
Binary file not shown.
19 changes: 0 additions & 19 deletions code/examples/preact-kitchen-sink/src/Button.js

This file was deleted.

132 changes: 0 additions & 132 deletions code/examples/preact-kitchen-sink/src/Welcome.js

This file was deleted.

0 comments on commit 5cadf8d

Please sign in to comment.