mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing tests
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
39252a17ec
commit
1eb3053904
@ -149,9 +149,10 @@ describe("installing helm chart from previously opened tab", () => {
|
|||||||
|
|
||||||
describe("when configuration and version resolves", () => {
|
describe("when configuration and version resolves", () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await requestHelmChartValuesMock.resolve(
|
await requestHelmChartValuesMock.resolve({
|
||||||
"some-default-configuration",
|
callWasSuccessful: true,
|
||||||
);
|
response: "some-default-configuration"
|
||||||
|
});
|
||||||
|
|
||||||
await requestHelmChartVersionsMock.resolve([
|
await requestHelmChartVersionsMock.resolve([
|
||||||
HelmChart.create({
|
HelmChart.create({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user