Tom Coleman
|
00ac5cb9c4
|
Fix issue with jest projects matching ui/node_modules
|
2023-01-13 11:51:45 +11:00 |
|
Ian VanSchooten
|
a2388919f8
|
Separate global and project configs
|
2022-11-16 19:31:55 -05:00 |
|
Ian VanSchooten
|
08ba919440
|
Re-enable vue tests
|
2022-11-16 12:16:09 -05:00 |
|
Ian VanSchooten
|
7d4801aecb
|
Disable vue (both 2 and 3) tests for now
|
2022-11-15 23:35:06 -05:00 |
|
Ian VanSchooten
|
48c8cc0b5e
|
Disable vue2 tests
|
2022-11-15 21:35:35 -05:00 |
|
Ian VanSchooten
|
f9e47d8241
|
Disable vue3 tests
|
2022-11-15 21:21:59 -05:00 |
|
Ian VanSchooten
|
a30f4d47f3
|
Add UI unit tests
|
2022-11-14 15:18:23 -05:00 |
|
Ian VanSchooten
|
89b08918f7
|
Ignore angular in config, not cli
Otherwise it's not possible to run a single file with the command line
|
2022-11-10 15:43:43 -05:00 |
|
Ian VanSchooten
|
d5f5648acf
|
Add tests for addons
|
2022-11-10 15:19:57 -05:00 |
|
Ian VanSchooten
|
d296ad82e9
|
Add tests for renderers
|
2022-11-10 14:39:57 -05:00 |
|
Ian VanSchooten
|
28bac3478e
|
Add frameworks
|
2022-11-10 14:25:48 -05:00 |
|
Ian VanSchooten
|
dfb9384de6
|
Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
|
2022-11-10 13:46:42 -05:00 |
|
Ian VanSchooten
|
217d461bc5
|
Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
# code/addons/storyshots/storyshots-core/package.json
# code/lib/api/package.json
# code/yarn.lock
|
2022-11-10 08:04:07 -05:00 |
|
Kasper Peulen
|
870edfb2a9
|
Revisit this test later when we can better debug windows
|
2022-11-04 17:22:07 +01:00 |
|
Mark
|
2c509cb2f7
|
More Angular test fixes and others
|
2022-11-01 03:08:53 -05:00 |
|
Kasper Peulen
|
4e6ed750ee
|
Merge remote-tracking branch 'origin/next' into future/CSF3-vue2
|
2022-10-25 16:29:41 +02:00 |
|
Kasper Peulen
|
863cadfb0b
|
Merge remote-tracking branch 'origin/next' into future/CSF3-vue2
# Conflicts:
# code/yarn.lock
|
2022-10-25 10:45:00 +02:00 |
|
Mark
|
9255a00914
|
Start upgrading to Jest 28
|
2022-10-24 23:15:53 -05:00 |
|
Kasper Peulen
|
3cae418347
|
fix jest tests
|
2022-10-24 16:51:54 +02:00 |
|
Kasper Peulen
|
2ac1d70d6b
|
fix jest tests
|
2022-10-24 16:51:20 +02:00 |
|
Kasper Peulen
|
6e0098307f
|
Merge remote-tracking branch 'origin/next' into future/CSF3-svelte
# Conflicts:
# code/addons/a11y/package.json
# code/addons/actions/package.json
# code/addons/backgrounds/package.json
# code/addons/controls/package.json
# code/addons/docs/package.json
# code/addons/interactions/package.json
# code/addons/links/package.json
# code/addons/measure/package.json
# code/addons/outline/package.json
# code/addons/storyshots/storyshots-core/package.json
# code/addons/storyshots/storyshots-puppeteer/package.json
# code/examples/external-docs/package.json
# code/frameworks/angular/package.json
# code/lib/addons/package.json
# code/lib/api/package.json
# code/lib/blocks/package.json
# code/lib/client-api/package.json
# code/lib/codemod/package.json
# code/lib/components/package.json
# code/lib/core-client/package.json
# code/lib/core-common/package.json
# code/lib/core-server/package.json
# code/lib/docs-tools/package.json
# code/lib/preview-web/package.json
# code/lib/store/package.json
# code/renderers/html/package.json
# code/renderers/preact/package.json
# code/renderers/react/package.json
# code/renderers/server/package.json
# code/renderers/svelte/package.json
# code/renderers/vue/package.json
# code/renderers/vue3/package.json
# code/renderers/web-components/package.json
# code/ui/manager/package.json
# code/yarn.lock
|
2022-10-20 13:17:22 +02:00 |
|
Michael Shilman
|
a5ff418a9e
|
Merge pull request #19495 from storybookjs/shilman/upgrade-mdx2
Addon-docs: Upgrade to MDXv2
|
2022-10-20 02:17:10 +08:00 |
|
Michael Shilman
|
7158a12daf
|
MDX2 get jest tests working with ESM
|
2022-10-19 18:25:19 +08:00 |
|
Kasper Peulen
|
ee119f242b
|
Merge remote-tracking branch 'origin/next' into future/CSF3-svelte
# Conflicts:
# code/lib/core-common/src/index.ts
|
2022-10-19 12:16:41 +02:00 |
|
Kasper Peulen
|
b42d9456cc
|
Ignore typescript only test in jest
|
2022-10-19 11:43:38 +02:00 |
|
Norbert de Langen
|
61624e74b5
|
disable the test that is breaking all the others
|
2022-10-18 22:04:10 +02:00 |
|
Norbert de Langen
|
9f20cabada
|
cleanup
|
2022-10-18 21:21:00 +02:00 |
|
Tom Coleman
|
cd3e6506af
|
Merge remote-tracking branch 'origin/next' into tom/sb-706-migrate-stories-and-delete-preact
|
2022-10-14 16:24:10 +11:00 |
|
Norbert de Langen
|
359873e71f
|
remove angular example from monorepo
|
2022-10-13 09:40:27 +02:00 |
|
Tom Coleman
|
84f5d1d307
|
Remove preact-kitchen-sink example
|
2022-10-12 15:30:02 +11:00 |
|
Tom Coleman
|
548cd31817
|
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
|
2022-10-12 15:19:13 +11:00 |
|
Norbert de Langen
|
71904dbd30
|
Merge branch 'next' into norbert/sb-702-migrate-stories-and-delete-official
|
2022-10-11 10:04:07 +02:00 |
|
Michael Shilman
|
766f2bd84b
|
Merge branch 'next' into norbert/sb-703-migrate-stories-and-delete-react-ts
|
2022-10-11 10:51:44 +08:00 |
|
Norbert de Langen
|
5145e89fa8
|
remove react-ts example
|
2022-10-11 00:34:29 +02:00 |
|
Norbert de Langen
|
dfd0c6085e
|
fix tests
|
2022-10-05 13:43:14 +02:00 |
|
Norbert de Langen
|
af1f49c44e
|
delete html-kitchen-sink example
|
2022-10-05 12:19:49 +02:00 |
|
Tom Coleman
|
c9b79e47ce
|
Remove more references to cra-ts-kitchen-sink
|
2022-09-29 15:48:03 +10:00 |
|
Tom Coleman
|
611017154f
|
Remove cra-kitchen-sink
|
2022-09-14 11:24:49 +10:00 |
|
Tom Coleman
|
0db7a6cb17
|
Remove cra-ts-essentials
|
2022-09-12 22:27:38 +10:00 |
|
Norbert de Langen
|
113e0582d2
|
Merge branch 'next' into future/move-code-into-directory
# Conflicts:
# .vscode/launch.json
# CONTRIBUTING.old.md
# code/lib/cli/tsconfig.json
# scripts/tsconfig.json
|
2022-07-26 08:33:57 +02:00 |
|
Norbert de Langen
|
b016c1efc9
|
fix unit tests & fix linting
|
2022-07-21 23:25:23 +02:00 |
|
Norbert de Langen
|
9a6072ecb1
|
update jest config and eslint config
|
2022-07-21 16:30:28 +02:00 |
|
Norbert de Langen
|
c2bbe43d02
|
stage0
|
2022-07-21 11:24:07 +02:00 |
|