pull/96/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent ed1fde0be3
commit d4e9bc590f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ describe("jetbrains-gateway", async () => {
agent_id: "foo",
agent_name: "bar",
folder: "/baz/",
jetbrains_ides: '["IU", "IC", "PY"]',
jetbrains_ides: '["IU", "GO", "PY"]',
});
it("default to first ide", async () => {
@ -21,10 +21,10 @@ describe("jetbrains-gateway", async () => {
agent_id: "foo",
agent_name: "bar",
folder: "/baz/",
jetbrains_ides: '["IU", "IC", "PY"]',
jetbrains_ides: '["IU", "GO", "PY"]',
});
expect(state.outputs.jetbrains_ides.value).toBe(
'["IU","232.9921.47","https://download.jetbrains.com/idea/ideaIU-2023.2.2.tar.gz"]',
'["IU","232.10203.10","https://download.jetbrains.com/idea/ideaIU-2023.2.4.tar.gz"]',
);
});
});

Loading…
Cancel
Save