style: format test file with prettier
This commit is contained in:
parent
4669c0e48c
commit
86045b5a64
@ -55,7 +55,9 @@ describe("vscode-web", async () => {
|
|||||||
const instance = findResourceInstance(state, "coder_script");
|
const instance = findResourceInstance(state, "coder_script");
|
||||||
// Verify the script uses User path, not Machine path
|
// Verify the script uses User path, not Machine path
|
||||||
expect(instance.script).toContain(".vscode-server/data/User/settings.json");
|
expect(instance.script).toContain(".vscode-server/data/User/settings.json");
|
||||||
expect(instance.script).not.toContain(".vscode-server/data/Machine/settings.json");
|
expect(instance.script).not.toContain(
|
||||||
|
".vscode-server/data/Machine/settings.json",
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("writes provided settings to ~/.vscode-server/data/User/settings.json", async () => {
|
it("writes provided settings to ~/.vscode-server/data/User/settings.json", async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user