front unit test entry import buys fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2021-04-28 22:56:02 +02:00
parent 3c280eed2e
commit eea8ed9a3c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ describe('Entry', () => {
controller.entry = {
id: 1
};
controller.$params = {id: 1};
}));
describe('fillData()', () => {