Skip to content

Commit

Permalink
Merge pull request #206 from AUS-DOH-Safety-and-Quality/doc-tests-init
Browse files Browse the repository at this point in the history
Initial implementations for better doc and tests
  • Loading branch information
andrjohns authored Dec 10, 2023
2 parents 4c1f8e9 + 6b8ca18 commit f2ab3b5
Show file tree
Hide file tree
Showing 15 changed files with 1,503 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
npm run eslint
- name: Run unit tests
run: |
npm run test
- name: Test if package can be built
run: |
pbiviz package
Loading

0 comments on commit f2ab3b5

Please sign in to comment.