Skip to content

Commit 2ecff48

Browse files
author
Richie Rump
committed
Added unit tests.
1 parent 0fad233 commit 2ecff48

File tree

12 files changed

+5385
-82
lines changed

12 files changed

+5385
-82
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This will install all required packages including:
3333
- DataTables (table display)
3434
- Bootstrap (UI framework)
3535
- SASS (CSS preprocessing)
36+
- Vitest (test tool)
3637

3738
### Development
3839

@@ -87,8 +88,7 @@ StatisticsParser/
8788
- `npm run dev` - Start development server
8889
- `npm run build` - Create production build
8990
- `npm run preview` - Preview production build
90-
- `npm run lint` - Run ESLint
91-
- `npm run format` - Format code with Prettier
91+
- `npm run test` - Start vitest test runner.
9292

9393
### Contributing
9494

0 commit comments

Comments
 (0)