Skip to content

Commit 2e0e6fb

Browse files
committed
feat: add vitest for testing and create initial auth test
1 parent 82fec13 commit 2e0e6fb

File tree

4 files changed

+2284
-148
lines changed

4 files changed

+2284
-148
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
with:
1919
node-version: 18
2020

21-
- name: Node Version
22-
run: node --version
21+
- name: Install dependencies
22+
run: npm ci
23+
24+
- name: Run tests
25+
run: npm run test

0 commit comments

Comments
 (0)