You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implements the dev feature
```nim
dev:
requires unittest2
```
Notice `dev` is just an alias to `feature "dev"`. It will be activated when working in a package by default (only for the root package)
* Fixes test
* fixes test
* fix test
0 commit comments