Skip to content

Commit

Permalink
chore(repo): disable storybook e2e tests temporarily until a fix for … (
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Nov 22, 2022
1 parent 661bea4 commit 6b305ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion e2e/next/src/next-storybook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import {
uniq,
} from '@nrwl/e2e/utils';

describe('Next.js Applications', () => {
// TODO(jack): disabled for now because latest enhanced-resolve is causing errors for all projects using Storybook
// See: https://github.com/webpack/enhanced-resolve/issues/362
xdescribe('Next.js Applications', () => {
let proj: string;

beforeEach(
Expand Down
4 changes: 3 additions & 1 deletion e2e/storybook-angular/src/storybook-angular.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import {
} from '@nrwl/e2e/utils';
import { writeFileSync } from 'fs';

describe('Storybook for Angular', () => {
// TODO(jack): disabled for now because latest enhanced-resolve is causing errors for all projects using Storybook
// See: https://github.com/webpack/enhanced-resolve/issues/362
xdescribe('Storybook for Angular', () => {
let proj: string;

beforeAll(() => (proj = newProject()));
Expand Down
4 changes: 3 additions & 1 deletion e2e/storybook/src/storybook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import {
} from '@nrwl/e2e/utils';
import { writeFileSync } from 'fs';

describe('Storybook schematics', () => {
// TODO(jack): disabled for now because latest enhanced-resolve is causing errors for all projects using Storybook
// See: https://github.com/webpack/enhanced-resolve/issues/362
xdescribe('Storybook schematics', () => {
const previousPM = process.env.SELECTED_PM;

let reactStorybookLib: string;
Expand Down

0 comments on commit 6b305ef

Please sign in to comment.