Skip to content

Commit c8fca17

Browse files
committed
Audit packages and add base for unit tests.
1 parent de6a38f commit c8fca17

File tree

6 files changed

+629
-497
lines changed

6 files changed

+629
-497
lines changed

.github/workflows/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@ jobs:
4141
- name: Build
4242
run: npm run build
4343

44-
# TODO: Have working unit tests generated
45-
# - name: Run Unit Tests
46-
# run: |
47-
# npm run test
44+
- name: Run Unit Tests
45+
shell: bash
46+
run: npm run test
4847

4948
- name: Run Integration Tests
50-
shell: bash
51-
run: ./test.sh
49+
run: npm run integration
5250

5351
- name: Publish
5452
uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)