feat(expect): removes assertions api

This commit is contained in:
Nuno Maduro
2020-07-14 23:15:29 +02:00
parent 832882160f
commit ab017e17e2
3 changed files with 1 additions and 1929 deletions

View File

@ -31,8 +31,7 @@
},
"files": [
"src/globals.php",
"src/Pest.php",
"compiled/globals.php"
"src/Pest.php"
]
},
"autoload-dev": {
@ -65,7 +64,6 @@
"bin/pest"
],
"scripts": {
"compile": "@php ./scripts/compile.php",
"lint": "rector process src && php-cs-fixer fix -v",
"test:lint": "php-cs-fixer fix -v --dry-run && rector process src --dry-run",
"test:types": "phpstan analyse --ansi --memory-limit=0",