forgot to add at least one test
This commit is contained in:
parent
4655f38dec
commit
ee210a18c4
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ describe("vehicle-style.vue", () => {
|
|||
expect(arePagePrerequisitesValid).toBe(true);
|
||||
});
|
||||
*/
|
||||
|
||||
test("test", () => {
|
||||
expect(true).toBe(true);
|
||||
})
|
||||
});
|
||||
|
||||
function setupMocks({
|
||||
|
|
|
|||
Loading…
Reference in a new issue