This pull request updates the tsconfig.json file to include the "test" directory in the "include" section. Previously, only the "src" directory was included. This change ensures that the TypeScript compiler includes files from both the "src" and "test" directories when compiling the project.
Update formatting in diesel.rs test and extension.test.ts
This pull request updates the formatting in the 'diesel.rs' test case and the 'extension.test.ts' file. The code block in the 'diesel.rs' test case is formatted with correct indentation and a value is bound for the 'WHERE' clause to remove the placeholder. Additionally, the description of the 'SQLx Completion Test' in 'extension.test.ts' is updated.
This pull request updates the tsconfig.json file to include the "test" directory in the "include" section. Previously, only the "src" directory was included. This change ensures that the TypeScript compiler includes files from both the "src" and "test" directories when compiling the project.
Update formatting in diesel.rs test and extension.test.ts
This pull request updates the formatting in the 'diesel.rs' test case and the 'extension.test.ts' file. The code block in the 'diesel.rs' test case is formatted with correct indentation and a value is bound for the 'WHERE' clause to remove the placeholder. Additionally, the description of the 'SQLx Completion Test' in 'extension.test.ts' is updated.
Add ts user defined func test
Fixed #80