mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - remove .only from unit tests
This commit is contained in:
parent
aab9691c42
commit
2b54d948da
@ -33,7 +33,7 @@ describe('# Network Controller', function () {
|
|||||||
|
|
||||||
describe('network', function () {
|
describe('network', function () {
|
||||||
describe('#provider', function () {
|
describe('#provider', function () {
|
||||||
it.only('provider should be updatable without reassignment', function () {
|
it('provider should be updatable without reassignment', function () {
|
||||||
networkController.initializeProvider(networkControllerProviderConfig)
|
networkController.initializeProvider(networkControllerProviderConfig)
|
||||||
const providerProxy = networkController.getProviderAndBlockTracker().provider
|
const providerProxy = networkController.getProviderAndBlockTracker().provider
|
||||||
assert.equal(providerProxy.test, undefined)
|
assert.equal(providerProxy.test, undefined)
|
||||||
|
Loading…
Reference in New Issue
Block a user