Add tests for album model
This commit is contained in:
parent
5bd0ffa56c
commit
e7a1fa45b0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const postLikeEntity = [
|
|||
];
|
||||
mock.onPost("foo").reply(201, postLikeEntity);
|
||||
|
||||
describe.only("model/album", () => {
|
||||
describe("model/album", () => {
|
||||
it("should get album entity name", () => {
|
||||
const values = {id: 5, AlbumName: "Christmas 2019", AlbumSlug: "christmas-2019"};
|
||||
const album = new Album(values);
|
||||
|
|
Loading…
Reference in a new issue