mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
unskip working tests
This commit is contained in:
parent
7b529e05bf
commit
8ee6b325ef
@ -479,8 +479,7 @@ describe('send coins', () => {
|
||||
})
|
||||
})
|
||||
})
|
||||
/*
|
||||
describe.skip('send coins via gradido ID', () => {
|
||||
describe('send coins via gradido ID', () => {
|
||||
it('sends the coins', async () => {
|
||||
await expect(
|
||||
mutate({
|
||||
@ -500,8 +499,8 @@ describe('send coins', () => {
|
||||
})
|
||||
})
|
||||
})
|
||||
*/
|
||||
describe.skip('send coins via alias', () => {
|
||||
|
||||
describe('send coins via alias', () => {
|
||||
beforeAll(async () => {
|
||||
// first set alias to null, because updating alias isn't allowed
|
||||
await User.update({ alias: 'MeisterBob' }, { alias: () => 'NULL' })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user