Skip to content

Commit

Permalink
test runner, helios.d.ts only contains names intended for public use,…
Browse files Browse the repository at this point in the history
… TxInput instead of UTxO and TxRefInput
  • Loading branch information
christianschmitz committed Aug 1, 2023
1 parent 7103cac commit 180e60f
Show file tree
Hide file tree
Showing 52 changed files with 6,383 additions and 12,805 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "test",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/test/index.js",
"args": ["${input:testName}"]
},
{
"type": "node",
"request": "launch",
Expand All @@ -22,5 +32,12 @@
],
"program": "${workspaceFolder}/test/example-scripts.js"
}
],
"inputs": [
{
"id": "testName",
"type": "promptString",
"description": "name of test to run"
}
]
}
Loading

0 comments on commit 180e60f

Please sign in to comment.