SEND_TYPES becomes imported

This commit is contained in:
ogerly 2022-03-24 10:48:25 +01:00
parent e5d28d7b8d
commit 6167e6b1cc

View File

@ -1,6 +1,7 @@
import { mount } from '@vue/test-utils'
import TransactionForm from './TransactionForm'
import flushPromises from 'flush-promises'
import { SEND_TYPES } from '@/pages/Send.vue'
const localVue = global.localVue
@ -20,11 +21,6 @@ describe('GddSend', () => {
},
}
const SEND_TYPES = {
send: 'send',
link: 'link',
}
const propsData = {
balance: 0.0,
}