Skip to content

Commit

Permalink
test: add missing configurations prop to serverless generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-scott-timmins committed Jan 31, 2023
1 parent 594dc28 commit 32a3c1f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ describe('serverless generator', () => {
options: {},
},
test: {
configurations: {
ci: {
ci: true,
codeCoverage: true,
},
},
executor: '@nrwl/jest:jest',
outputs: ['{workspaceRoot}/coverage/{projectRoot}'],
options: {
Expand Down Expand Up @@ -159,6 +165,12 @@ describe('serverless generator', () => {
options: {},
},
test: {
configurations: {
ci: {
ci: true,
codeCoverage: true,
},
},
executor: '@nrwl/jest:jest',
outputs: ['{workspaceRoot}/coverage/{projectRoot}'],
options: {
Expand Down

0 comments on commit 32a3c1f

Please sign in to comment.