Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jezzsantos committed Jan 12, 2025
1 parent 1d2aacc commit dab3dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README_DERIVATIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Repeat for these directories:
* `C:\...\SaaStack\src\Tools.Templates\IntegrationTestProject`
* `C:\...\SaaStack\src\Tools.Templates\UnitTestProject`

Then cancel the dialog box.

## Azure Functions Host

Only if you are deploying your product to Azure.
Expand Down Expand Up @@ -98,7 +100,7 @@ Install [Docker Desktop](https://docs.docker.com/desktop/)

> We will be using [TestContainers](https://dotnet.testcontainers.org/) to create containers specifically for the tests.
### MSSQL Service
### MSSQL Service

The docker `tools/compose.yml` file defines a service for MSSQL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('readSettingsFile', () => {

expect(file).toEqual({});
});

it('should return file, when file exists', async () => {

const reader = new AppSettingsJsonFileReaderWriter();
Expand Down

0 comments on commit dab3dbd

Please sign in to comment.