Skip to content

Commit

Permalink
chore: remove redundant check
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Chawla <rishabh31121999@gmail.com>
  • Loading branch information
snitin315 and rishabh3112 committed Jun 10, 2022
1 parent 07614e9 commit c43fa6d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -62,7 +62,6 @@ describe("function configuration", () => {

expect(exitCode).toBe(0);
expect(stderr).toBeFalsy();
expect(stdout).toBeTruthy();
expect(stdout).toContain("environment: 'production'");
// Should generate the appropriate files
expect(existsSync(resolve(__dirname, "./dist/Atsumu.js"))).toBeTruthy();
Expand Down

0 comments on commit c43fa6d

Please sign in to comment.