Skip to content

Commit

Permalink
chore: [#1394] Update angular jest environment describe to say Angular (
Browse files Browse the repository at this point in the history
#1395)

Co-authored-by: ZBH460 <trey.vigus@capitalone.com>
  • Loading branch information
TreyVigus and ZBH460 committed Apr 7, 2024
1 parent e8f6107 commit c29f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment/test/angular/Angular.test.ts
Expand Up @@ -3,7 +3,7 @@ import { enableProdMode } from '@angular/core';
import 'zone.js';
import AngularModule from './AngularModule';

describe('React', () => {
describe('Angular', () => {
let appElement: Element;

beforeEach(() => {
Expand Down

0 comments on commit c29f36c

Please sign in to comment.