Files
Aaron Cox 2274ace697 Disabling resource provider check
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.
2024-08-13 11:12:30 -07:00

8 lines
193 B
TypeScript

// import {resourceProviderPlugin} from './plugins/transact/resource-provider'
suite('plugins', function () {
suite('transact', function () {
// resourceProviderPlugin()
})
})