Skip to content

Commit

Permalink
Merge pull request #26 from tago-io/feat/fix/refactoring/PE-56
Browse files Browse the repository at this point in the history
Feat/fix/refactoring/pe 56
  • Loading branch information
vitorfdl authored Mar 4, 2024
2 parents 6d81355 + 647cd6d commit 9c696b4
Show file tree
Hide file tree
Showing 90 changed files with 3,736 additions and 2,214 deletions.
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## What does PR do?

Brief description of the Pull request

### JIRA cards.

- Add Jira Card name

## Type of alteration

- [ ] Bug fix
- [x] New feature
- [ ] Breaking change
- [ ] Documentation update

## Tests

- Added: 0
- Removed: 0
25 changes: 25 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Unit Tests

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm run linter
- run: npm test
5 changes: 0 additions & 5 deletions __tests__/generictest.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/handler.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/lib/validation.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/access/checkType.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/access/controller.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/customer/checkType.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/customer/controller.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/device/checkType.ts

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/services/device/controller.ts

This file was deleted.

23 changes: 0 additions & 23 deletions build.ts

This file was deleted.

Loading

0 comments on commit 9c696b4

Please sign in to comment.