packages feed

skeletest-0.3.4: test/Skeletest/__snapshots__/PluginSpec.snap.md

# test/Skeletest/PluginSpec.hs

## modifySpecRegistry / allows modifying specs

```
./ExampleSpec.hs
    should run: OK
```

## runTest / allows hooking into test execution

```
./ExampleSpec.hs
    should run: before test
after test
OK
```