Skip to content

Commit

Permalink
✏️ Replace Vitest by Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 7, 2023
1 parent 2a60b5c commit f963504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Sikessem Starter

Start [PHP][php-home] applications using [Laravel][laravel-home] preconfigured with [TypeScript][typescript-home], [Livewire][livewire-home], [Alpine.js][alpinejs-home], [TailwindCSS][tailwindcss-home] and many others such as [Vite.js][vitejs-home], [Rome][rome-home], [Vitest][vitest-home], [Pint][pint-home], [PHPStan][phpstan-home], [Larastan][larastan-home], [Rector][rector-home]
Start [PHP][php-home] applications using [Laravel][laravel-home] preconfigured with [TypeScript][typescript-home], [Livewire][livewire-home], [Alpine.js][alpinejs-home], [TailwindCSS][tailwindcss-home] and many others such as [Bun][bun-home], [Vite.js][vitejs-home], [Rome][rome-home], [Pint][pint-home], [PHPStan][phpstan-home], [Larastan][larastan-home], [Rector][rector-home].

## 🔖 Contents

Expand Down Expand Up @@ -126,7 +126,7 @@ composer analyse

#### ✅ Run unit tests

- using **Vitest**:
- using **Bun**:

```shell
bun run test
Expand Down Expand Up @@ -248,7 +248,7 @@ The Sikessem Starter is open-sourced software licensed under the [MIT License](
[tailwindcss-home]: https://tailwindcss.com "TailwindCSS"
[vitejs-home]: https://vitejs.dev "Vite.js"
[rome-home]: https://rome.tools "Rome"
[vitest-home]: https://vitest.dev "Vitest"
[bun-home]: https://bun.sh "Bun"
[pint-home]: https://github.com/laravel/pint "Laravel Pint"
[phpstan-home]: https://phpstan.org "PHPStan"
[larastan-home]: https://github.com/nunomaduro/larastan "Larastan"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"type": "project",
"name": "sikessem/starter",
"description": "Start PHP applications using Laravel preconfigured with TypeScript, Livewire, AlpineJS, TailwindCSS and many others such as Vite, Rome, Vitest, Pint, PHPStan, Larastan, Rector, etc.",
"description": "Start PHP applications using Laravel preconfigured with TypeScript, Livewire, AlpineJS, TailwindCSS and many others such as Bun, Vite, Rome, Pint, PHPStan, Larastan, Rector, etc.",
"keywords": [
"alpinejs",
"bun",
"composer",
"laravel",
"larastan",
Expand All @@ -18,8 +19,7 @@
"starter-template",
"tailwindcss",
"typescript",
"vitejs",
"vitest"
"vitejs"
],
"homepage": "https://packagist.org/packages/sikessem/starter",
"license": "MIT",
Expand Down

0 comments on commit f963504

Please sign in to comment.