Skip to content

Commit

Permalink
chore: fix .github ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed May 7, 2023
1 parent 5ea8396 commit 1e8779e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install
run: npm i pnpm -g && pnpm i
run: pnpm i

- name: Build
run: pnpm build
Expand Down
7 changes: 7 additions & 0 deletions __tests__/renderer.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, expect, it } from 'vitest'

describe('index', () => {
it('hi vitest', () => {
expect(1).toBe(1)
})
})

0 comments on commit 1e8779e

Please sign in to comment.