Skip to content

Commit

Permalink
update parse test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyt0313 committed Dec 8, 2023
1 parent 89ae64a commit 0da65de
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": "reactgenie-lib",
"version": "1.1.46",
"version": "1.1.47",
"description": "A Toolkit for Multimodal Applications",
"author": "valkjsaaa",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/set-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test("test", async () => {
`;

fs.writeFile("./__test__/parse.test.ts", prompt_test, function (err) {
fs.writeFile("./__test__/parse.test.ts", parse_test, function (err) {
if (err) throw err;
console.log("Created parse test!");
});
Expand Down

0 comments on commit 0da65de

Please sign in to comment.