diff --git a/README_DERIVATIVE.md b/README_DERIVATIVE.md index 3e605070..35f61888 100644 --- a/README_DERIVATIVE.md +++ b/README_DERIVATIVE.md @@ -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. @@ -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. diff --git a/src/Tools.GitHubActions/VariableSubstitution/src/appSettingsJsonFileReaderWriter.spec.ts b/src/Tools.GitHubActions/VariableSubstitution/src/appSettingsJsonFileReaderWriter.spec.ts index f64c7dcb..2700c77c 100644 --- a/src/Tools.GitHubActions/VariableSubstitution/src/appSettingsJsonFileReaderWriter.spec.ts +++ b/src/Tools.GitHubActions/VariableSubstitution/src/appSettingsJsonFileReaderWriter.spec.ts @@ -35,7 +35,7 @@ describe('readSettingsFile', () => { expect(file).toEqual({}); }); - + it('should return file, when file exists', async () => { const reader = new AppSettingsJsonFileReaderWriter();