From 461eb67739e73aebeadc7315f5f0a9afe2b8e73e Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Sat, 3 Feb 2024 11:07:20 +0000 Subject: [PATCH] misc tweaks --- CONTRIBUTING.md | 11 +++-------- vitest.config.js | 2 ++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d553c21..9f168da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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 -``` diff --git a/vitest.config.js b/vitest.config.js index 1f19615..cb6b8a8 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -1,3 +1,5 @@ +// https://vitest.dev/config/ + import { defineConfig } from "vitest/config" export default defineConfig({