Skip to content

Commit b6d54db

Browse files
committed
make describe() sync
1 parent ec5e911 commit b6d54db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/__system__/cli/generate/cli.generate.bundle.system.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe("cics-deploy generate bundle", () => {
6363
expect(fse.existsSync(path.join(NO_PACKAGE_JSON_APP, "nodejsapps"))).toBeFalsy();
6464
});
6565

66-
describe("paramters", async () => {
66+
describe("paramters", () => {
6767
it("should customise bundle ID according to command line args", async () => {
6868
await testBundleGenerateWorks(["--bundleid", "myNodeBundle"], "myNodeBundle");
6969
});
@@ -102,7 +102,7 @@ describe("cics-deploy generate bundle", () => {
102102
});
103103
});
104104

105-
describe("package.json variations", async () => {
105+
describe("package.json variations", () => {
106106
it("should mangle name supplied in package.json", async () => {
107107
await testBundleGenerateWorks([], "thisisareallylongnamethatwillnee", path.join(TEST_APPS_DIR, "long-name"));
108108
});

0 commit comments

Comments
 (0)