diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc0bad6..3affc6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,11 +31,6 @@ jobs: run: npm ci - name: Unit tests run: npm run test:unit:ci - - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1 - if: always() - with: - files: reports/*.xml docker: runs-on: ubuntu-latest needs: diff --git a/components.d.ts b/components.d.ts index 0bdd5e8..2bbcf17 100644 --- a/components.d.ts +++ b/components.d.ts @@ -36,4 +36,4 @@ declare module 'vue' { } } -export {} +export { }