solmate
solmate copied to clipboard
🚚 Move tests folder to root
Description
Moves test directory to root to close #251.
This unexpectedly changes the .gas-snapshot
🤷♀️
Checklist
Ensure you completed all of the steps below before submitting your pull request:
- [X] Ran
forge snapshot
? - [X] Ran
npm run lint
? - [X] Ran
forge test
?
Pull requests with an incomplete checklist will be thrown out.
Add in remappings.txt
/=src/
and make test imports absolute?