mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
SEND_TYPES becomes imported
This commit is contained in:
parent
e5d28d7b8d
commit
6167e6b1cc
@ -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,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user