Skip to content

Commit

Permalink
fix: removing jest, configure testing, update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Dec 31, 2023
1 parent d2c6d99 commit 65494a6
Show file tree
Hide file tree
Showing 8 changed files with 9,550 additions and 12,235 deletions.
23 changes: 0 additions & 23 deletions jest.config.ts

This file was deleted.

15 changes: 0 additions & 15 deletions jest.preset.js

This file was deleted.

6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = function (config) {
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage'),
require('karma-jasmine'),
require('karma-jasmine-html-reporter'),
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
Expand All @@ -25,7 +25,7 @@ module.exports = function (config) {
suppressAll: true // removes the duplicated traces
},
coverageReporter: {
dir: require('path').join(__dirname, './coverage/app'),
dir: require('path').join(__dirname, './coverage/report'),
subdir: '.',
reporters: [{ type: 'html' }, { type: 'text-summary' }]
},
Expand Down
Loading

0 comments on commit 65494a6

Please sign in to comment.