Run format on spec
This commit is contained in:
parent
d60546d4c4
commit
cbcb5b702b
@ -36,7 +36,7 @@ describe("dotfiles", async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const app = state.resources.find(
|
const app = state.resources.find(
|
||||||
(r) => r.type === "coder_app" && r.name === "dotfiles"
|
(r) => r.type === "coder_app" && r.name === "dotfiles",
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(app).toBeDefined();
|
expect(app).toBeDefined();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user