changing parameter name for unit test
This commit is contained in:
parent
6c98ab4c2c
commit
030da3720d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ describe('year-question.vue', () => {
|
|||
push: jest.fn()
|
||||
}
|
||||
}
|
||||
mockData.store.commit.mockImplementation((func, year) => {
|
||||
mockData.store.commit.mockImplementation((method, year) => {
|
||||
mockData.store.year = year;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue