prool 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/instances/anvil.test.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/instances/anvil.test.ts
CHANGED
|
@@ -86,7 +86,7 @@ test('behavior: can subscribe to stderr', async () => {
|
|
|
86
86
|
)
|
|
87
87
|
})
|
|
88
88
|
|
|
89
|
-
test('behavior: starts anvil with custom options', async () => {
|
|
89
|
+
test.skip('behavior: starts anvil with custom options', async () => {
|
|
90
90
|
const instance = defineInstance({
|
|
91
91
|
timestamp,
|
|
92
92
|
chainId: 123,
|