Skip to content

Commit

Permalink
Add a few sample tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Jun 4, 2019
1 parent 5b22e6e commit 21a82b7
Show file tree
Hide file tree
Showing 8 changed files with 1,277 additions and 30 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"path": "resolver/",
"problemMatcher": [
"$tsc-watch"
],
"isBackground": true
}
]
}
Loading

0 comments on commit 21a82b7

Please sign in to comment.