Skip to content

Commit

Permalink
style(EMS-3823): fix/update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Sep 19, 2024
1 parent ee51cdf commit 1405cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix",
"start": "keystone start --no-ui",
"test": "jest --runInBand --verbose --silent --coverage --config=jest.config.js"
"test": "jest --runInBand --verbose --silent --coverage --config=jest.config.js"
},
"dependencies": {
"@babel/core": "^7.25.2",
Expand Down
1 change: 1 addition & 0 deletions src/api/test-helpers/create-full-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const createFullApplication = async (context: Context, policyType?: strin
*/
const policyData = {
policyType: POLICY_TYPE.SINGLE,
requestedCreditLimit: 100,
totalSalesToBuyer: 123,
totalValueOfContract: 456,
maximumBuyerWillOwe: 789,
Expand Down

0 comments on commit 1405cbe

Please sign in to comment.