Skip to content

Commit

Permalink
fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 12, 2022
1 parent a41cf19 commit 8de20b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cypress/screenshots
examples/ember-cli/ember-output
.verdaccio-cache
tsconfig.tsbuildinfo
lib/manager-webpack4/prebuilt
lib/manager-webpack5/prebuilt
lib/manager-webpack5/prebuilt
examples/angular-cli/addon-jest.testresults.json
junit.xml
Expand Down
16 changes: 8 additions & 8 deletions frameworks/standalone.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jest.mock('@storybook/core-server/standalone');
describe.each([
['angular'],
['ember'],
['html-webpack4'],
['preact-webpack4'],
['react-webpack4'],
['server-webpack4'],
['svelte-webpack4'],
['vue-webpack4'],
['vue3-webpack4'],
['web-components-webpack4'],
['html-webpack5'],
['preact-webpack5'],
['react-webpack5'],
['server-webpack5'],
['svelte-webpack5'],
['vue-webpack5'],
['vue3-webpack5'],
['web-components-webpack5'],
])('%s', (app) => {
it('should run standalone', async () => {
// eslint-disable-next-line import/no-dynamic-require, global-require
Expand Down
2 changes: 1 addition & 1 deletion lib/csf-tools/src/ConfigFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('ConfigFile', () => {
getField(
['stories'],
dedent`
import type { StorybookConfig } from '@storybook/react-webpack4/types';
import type { StorybookConfig } from '@storybook/react-webpack5/types';
const config: StorybookConfig = {
stories: [{ directory: '../src', titlePrefix: 'Demo' }],
Expand Down

0 comments on commit 8de20b0

Please sign in to comment.