Skip to content

Commit c43fa6d

Browse files
chore: remove redundant check
Co-authored-by: Rishabh Chawla <[email protected]>
1 parent 07614e9 commit c43fa6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/build/config/type/function-with-env/function-with-env.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ describe("function configuration", () => {
6262

6363
expect(exitCode).toBe(0);
6464
expect(stderr).toBeFalsy();
65-
expect(stdout).toBeTruthy();
6665
expect(stdout).toContain("environment: 'production'");
6766
// Should generate the appropriate files
6867
expect(existsSync(resolve(__dirname, "./dist/Atsumu.js"))).toBeTruthy();

0 commit comments

Comments
 (0)