Skip to content

Commit

Permalink
feat: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
akasuv committed Sep 22, 2023
1 parent 2ea7389 commit f22eaec
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 17 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"repository": {
"type": "git",
"url": "https://github.com/cyberconnecthq/cyber-app-sdk.git"
},
"dependencies": {
"ts-node": "^10.9.1"
}
}
119 changes: 102 additions & 17 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions src/__tests__/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
it("return true", () => {
expect(true).toBe(true);
});
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function () {
console.log("Cyber App release testing @v1.0.0");
}

0 comments on commit f22eaec

Please sign in to comment.