Skip to content

Commit

Permalink
Revert "test(auth): changed to NoopAnimationsModule"
Browse files Browse the repository at this point in the history
This reverts commit ab90507.
  • Loading branch information
ZenSoftware committed Jun 10, 2024
1 parent ab90507 commit 07f16e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/auth/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { Ability } from '@casl/ability';
import { createPrismaAbility } from '@casl/prisma';
import { Preview, moduleMetadata } from '@storybook/angular';
Expand All @@ -12,7 +12,7 @@ import { AuthService } from '../src/lib/auth.service';
const preview: Preview = {
decorators: [
moduleMetadata({
imports: [NoopAnimationsModule, ApolloTestingModule],
imports: [BrowserAnimationsModule, ApolloTestingModule],
providers: [
{ provide: Environment, useValue: EnvironmentDev },
{ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS, useValue: { appearance: 'outline' } },
Expand Down

0 comments on commit 07f16e7

Please sign in to comment.