Skip to content

Commit 5260a6a

Browse files
committed
test: placed readme to correct order for CI
1 parent a31dc57 commit 5260a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schematics/install/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ describe('Schematic Tests Nest Add', () => {
4444
expect(files).toEqual([
4545
'/.eslintrc.js',
4646
'/.prettierrc',
47+
'/README.md',
4748
'/nest-cli.json',
4849
'/package.json',
49-
'/README.md',
5050
'/tsconfig.build.json',
5151
'/tsconfig.json',
5252
'/.funcignore',
@@ -172,9 +172,9 @@ describe('Schematic Tests Nest Add', () => {
172172
expect(files).toEqual([
173173
'/.eslintrc.js',
174174
'/.prettierrc',
175+
'/README.md',
175176
'/nest-cli.json',
176177
'/package.json',
177-
'/README.md',
178178
'/tsconfig.build.json',
179179
'/tsconfig.json',
180180
'/src/app.controller.spec.ts',

0 commit comments

Comments
 (0)