Skip to content

Commit

Permalink
fix test with knitwit
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Jul 19, 2024
1 parent c2c8d71 commit eca1931
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 767 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
node_modules/
lib/
lib/
target/
.spin/
combined-wit/
dist.js
5 changes: 0 additions & 5 deletions test/test-app/.gitignore

This file was deleted.

14 changes: 14 additions & 0 deletions test/test-app/knitwit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"project": {
"worlds": [
"spin-http"
]
},
"packages": {
"@fermyon/spin-sdk": {
"witPath": "../../bin/wit",
"world": "spin-imports"
}
}
}
Loading

0 comments on commit eca1931

Please sign in to comment.