We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfda8e commit 56042bcCopy full SHA for 56042bc
.github/workflows/ci.yml
@@ -41,5 +41,6 @@ jobs:
41
- name: Type check
42
run: npm run build
43
44
- - name: Run tests
45
- run: npm test
+ # TODO: Enable tests when test files are added
+ # - name: Run tests
46
+ # run: npm test
0 commit comments