Skip to content

Commit 8b92af3

Browse files
committed
release: apigateway and fc creation ok
Signed-off-by: seven <[email protected]>
1 parent 42c6125 commit 8b92af3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geek-fun/serverlessinsight",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
55
"homepage": "https://serverlessinsight.geekfun.club",
66
"main": "dist/src/index.js",

tests/validate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ describe('unit test for validate', () => {
106106
},
107107
},
108108
};
109-
expect(() => validateYaml(invalidYaml)).toThrow('Invalid yaml');
109+
expect(() => validateYaml(invalidYaml as unknown as RawServerlessIac)).toThrow('Invalid yaml');
110110
});
111111
});

0 commit comments

Comments
 (0)