Skip to content

Commit 307ef41

Browse files
moved to a larger test suite
1 parent 9f20627 commit 307ef41

File tree

4 files changed

+3087
-925
lines changed

4 files changed

+3087
-925
lines changed

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"runtimeArgs": ["-r", "ts-node/register"],
1212
"args": ["${workspaceFolder}/ts/index.ts"],
1313
"env": { "TS_NODE_PROJECT": "${workspaceFolder}/ts/tsconfig.json" }
14+
},
15+
{
16+
"type": "node",
17+
"request": "launch",
18+
"name": "Launch Test Gen",
19+
"args": ["${workspaceFolder}/spec/test-generator.js"]
1420
}
1521
]
1622
}

0 commit comments

Comments
 (0)