Skip to content

Commit 498775e

Browse files
committed
test(): added tests for enum capitalization
1 parent 7df98e0 commit 498775e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/apollo/tests/code-first/cats/cats.resolver.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
<<<<<<< HEAD
12
import { Query, Resolver, Args } from '@nestjs/graphql';
3+
=======
4+
import { Args, Query, Resolver } from '@nestjs/graphql';
5+
>>>>>>> 7624329 (chore(code-first): update imports to workspace paths)
26
import { CatType } from '../enums/cat-type.enum';
37

48
@Resolver()

packages/apollo/tests/code-first/enums/cat-type.enum.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { registerEnumType } from '@nestjs/graphql';
2+
<<<<<<< HEAD
23

4+
=======
5+
>>>>>>> 7624329 (chore(code-first): update imports to workspace paths)
36
export enum CatType {
47
PersianCat = 'persian-cat',
58
MaineCoon = 'maine-coon',

0 commit comments

Comments
 (0)