Skip to content

Commit

Permalink
add back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Sep 5, 2023
1 parent c0b36ad commit 0dc6546
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/devcontainers-cli/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -ex
devcontainer --version
3 changes: 3 additions & 0 deletions test/eslint/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -ex
eslint --version
3 changes: 3 additions & 0 deletions test/prettier/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -ex
prettier --version
4 changes: 4 additions & 0 deletions test/typescript/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -ex
tsc --version
tsserver --version

0 comments on commit 0dc6546

Please sign in to comment.