Skip to content

Commit 7b95f11

Browse files
committed
fix: add unit tests, expand regex
1 parent 83fc251 commit 7b95f11

File tree

5 files changed

+2108
-274
lines changed

5 files changed

+2108
-274
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Install NPM dependencies 📦
1111
uses: bahmutov/npm-install@v1
1212

13+
- name: Unit tests 🧪
14+
run: npm test
15+
1316
- name: Check all covered files 📊
1417
run: |
1518
node bin/check-coverage main1.js

0 commit comments

Comments
 (0)