Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jun 16, 2022
1 parent ec950b9 commit 788e153
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Finally, call the `container` and `script` method wherever you want to display t
{!! $chart->script() !!}
```

## Testing

```bash
composer test
```

## Changelog

Please see [Releases](../../releases) for more information what has changed recently.
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"illuminate/support": ">=8.0"
},
"require-dev": {
"phpunit/phpunit":"^9.5",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.23|^7.4"
},
"autoload": {
Expand All @@ -39,6 +40,9 @@
"Akaunting\\Apexcharts\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 788e153

Please sign in to comment.