Skip to content

Commit 1d739bd

Browse files
committed
feat(pkg): upgrade vitest version
- exclude test artifacts files from git
1 parent e6ce032 commit 1d739bd

3 files changed

Lines changed: 1098 additions & 19 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ node_modules
22
build/libar.bc
33
build/libar.o
44
doc/*
5+
# Test outputs
6+
test-results/
7+
playwright-report/
8+
playwright/.cache/
9+
coverage/

0 commit comments

Comments
 (0)