Skip to content

Commit

Permalink
release: apigateway and fc creation ok
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Sep 21, 2024
1 parent 42c6125 commit 8b92af3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geek-fun/serverlessinsight",
"version": "0.0.2",
"version": "0.0.3",
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
"homepage": "https://serverlessinsight.geekfun.club",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ describe('unit test for validate', () => {
},
},
};
expect(() => validateYaml(invalidYaml)).toThrow('Invalid yaml');
expect(() => validateYaml(invalidYaml as unknown as RawServerlessIac)).toThrow('Invalid yaml');
});
});

0 comments on commit 8b92af3

Please sign in to comment.