Skip to content

Commit 57c8db7

Browse files
authored
Merge pull request #6 from Breimerct/feat/tests
Feat/tests
2 parents ef2925f + efbedb2 commit 57c8db7

File tree

14 files changed

+1611
-34
lines changed

14 files changed

+1611
-34
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
};
9696
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
9797
"
98+
# execute tests if they exist
99+
- name: Run tests
100+
run: npm run test || echo "No tests found, skipping..."
98101

102+
# Build the project
99103
- name: Build project
100104
run: npm run build:tsup
101105

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ehthumbs.db
4040
Thumbs.db
4141

4242
# Testing
43+
coverage
4344

4445
# Compiled files
4546

0 commit comments

Comments
 (0)