mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-17 12:29:52 +00:00
Add syntax highlighting
This commit is contained in:
parent
124679ea79
commit
5447a3c144
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ To get started simply:
|
|||
|
||||
The src/main.test.ts file contains integration tests that validate all the features of this action, to add a new test case simply add a new function to the bottom of this file.
|
||||
|
||||
```
|
||||
```typescript
|
||||
test('Name of test goes here', async () => {
|
||||
// This method creates a test repository in your temp directory, the repo
|
||||
// object returned provides methods to interact with the repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue