Skip to content

Commit

Permalink
Merge pull request #528 from tuanicom/update-libs
Browse files Browse the repository at this point in the history
Update all libs
  • Loading branch information
tuanicom authored Oct 24, 2024
2 parents ba8b385 + 0cd5aee commit 27ab8e4
Show file tree
Hide file tree
Showing 35 changed files with 4,999 additions and 6,807 deletions.
153 changes: 0 additions & 153 deletions backend/.eslintrc.json

This file was deleted.

29 changes: 15 additions & 14 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# dependencies
/node_modules

#compiled
.tscache
*.js
*.js.map
!gruntfile.js

.sonarlint
.nyc_output
coverage
eslint.json
/tests-results/tests-results.xml
# dependencies
/node_modules

#compiled
.tscache
*.js
*.js.map
!gruntfile.js
dist
.sonarlint
.nyc_output
coverage
eslint.json
tests
tests-results
2 changes: 2 additions & 0 deletions backend/.mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ require:
full-trace: true
bail: true
timeout: 10000
extension:
- 'ts'
spec:
- 'articles/*.spec.ts'
- 'categories/*.spec.ts'
Expand Down
37 changes: 19 additions & 18 deletions backend/.nycrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
extension:
- ".ts"
extends: "@istanbuljs/nyc-config-typescript"
all: true
include:
- "**/*.ts"
exclude:
- "server.ts"
- "**/*.d.ts"
- "**/*.spec.ts"
require:
- "ts-node/register"
reporter:
- "lcov"
- "text"
- "html"
sourceMap: true
instrument: true
extension:
- ".ts"
extends: "@istanbuljs/nyc-config-typescript"
all: true
include:
- "**/*.ts"
exclude:
- "server.ts"
- "**/*.d.ts"
- "**/*.spec.ts"
require:
- "ts-node/register"
reporter:
- "lcov"
- "text"
- "html"
check-coverage: true
sourceMap: true
instrument: true
Loading

0 comments on commit 27ab8e4

Please sign in to comment.