Skip to content

Commit

Permalink
Merge pull request #15 from Braffolk/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Braffolk authored Jan 22, 2025
2 parents e5fc0c8 + 923e864 commit 09c6216
Show file tree
Hide file tree
Showing 9 changed files with 425 additions and 194 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: NPM Test

on:
push:
branches:
- main
- dev

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm run test:ci
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
],
coverageThreshold: {
global: {
branches: 55,
branches: 50,
functions: 70,
lines: 60,
statements: 60
Expand Down
Loading

0 comments on commit 09c6216

Please sign in to comment.