Skip to content

Commit

Permalink
test: fix tsc and jest
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Jan 21, 2024
1 parent 0b647c2 commit 1358837
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
version: 8
- run: pnpm install
- run: pnpm js build
- run: pnpm tsc

jest:
Expand Down
7 changes: 5 additions & 2 deletions examples/vanilla-js/cloud/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
window.FlowsJS?.init({
projectId: "993b3bc3-ebce-4a3e-ba8e-44ca62e3fc9e",
customApiUrl: "http://localhost:3005",
projectId: "216a2d2d-f4e2-44ae-b7e7-84399780294f",
userId: "rbnd-test-user",
// flows: [{
// id: "flow-id",
// Element:
// }]
flows: [
{
id: "vanilla-demo-flow-2",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions workspaces/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
Expand Down

0 comments on commit 1358837

Please sign in to comment.