7 lines
411 B
JavaScript
7 lines
411 B
JavaScript
describe('Client defaulter path', () => {
|
|
it('should count the amount of clients in the turns section', async() => {
|
|
it('should check contain expected client', async() => {
|
|
it('should first observation not changed', async() => {
|
|
it('should not add empty observation', async() => {
|
|
it('should checked all defaulters', async() => {
|
|
it('should add observation for all clients', async() => { |