Skip to content

Commit

Permalink
misc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk committed Feb 3, 2024
1 parent 519fb12 commit 461eb67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 3 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Please report issues via the issue tracker on [GitHub](https://github.com/playli
```

- **Add tests where appropriate** - [Vitest](https://vitest.dev/)
```sh
npm test
```

- **Document any change in behaviour** - Make sure the README and any other relevant documentation are kept up-to-date.

Expand All @@ -25,11 +28,3 @@ Please report issues via the issue tracker on [GitHub](https://github.com/playli
- **One pull request per feature**

- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

## Running Tests

You can run all the tests in the project using:

```bash
npm test
```
2 changes: 2 additions & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://vitest.dev/config/

import { defineConfig } from "vitest/config"

export default defineConfig({
Expand Down

0 comments on commit 461eb67

Please sign in to comment.