Skip to content

Commit 9ab5288

Browse files
authored
test: Add automated tests (#24)
1 parent fd16ecc commit 9ab5288

File tree

261 files changed

+3562
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+3562
-62
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: yarn install --immutable --immutable-cache --check-cache
25+
- run: yarn test:unit
2526
- run: yarn test:lint
2627
- run: yarn test:types
2728
- run: yarn format:check

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.yarn
1+
.yarn
2+
coverage
86.5 KB
Binary file not shown.
31.3 KB
Binary file not shown.
3.84 KB
Binary file not shown.
28.8 KB
Binary file not shown.
402 KB
Binary file not shown.
2.59 KB
Binary file not shown.
2.71 KB
Binary file not shown.
48.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)