mirror of
https://github.com/wharfkit/session.git
synced 2026-07-24 11:17:23 +00:00
2274ace697
Disabling because the reproducibility of this is difficult due to the varying responses from the server. We should be doing this in the resource provider plugin anyways.
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
// import {resourceProviderPlugin} from './plugins/transact/resource-provider'
|
|
|
|
suite('plugins', function () {
|
|
suite('transact', function () {
|
|
// resourceProviderPlugin()
|
|
})
|
|
})
|