Fixed unit test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
55b3e962a4
commit
a3d3ed4aba
|
@ -30,7 +30,7 @@ describe('Worker', () => {
|
||||||
|
|
||||||
describe('year() setter', () => {
|
describe('year() setter', () => {
|
||||||
it(`should set the year of the calendar date`, () => {
|
it(`should set the year of the calendar date`, () => {
|
||||||
jest.spyOn(controller, 'refresh').mockReturnValue(new Promise());
|
jest.spyOn(controller, 'refresh').mockReturnValue(Promise.resolve());
|
||||||
|
|
||||||
const previousYear = year - 1;
|
const previousYear = year - 1;
|
||||||
controller.year = previousYear;
|
controller.year = previousYear;
|
||||||
|
|
Loading…
Reference in New Issue