feature/upgrade #12

Merged
manuel merged 67 commits from feature/upgrade into master 2024-01-28 00:13:54 +01:00
2 changed files with 8 additions and 4 deletions
Showing only changes of commit 59cb96f426 - Show all commits

View file

@ -1,6 +1,10 @@
pipeline:
build:
image: fritteli/headless-nodejs:1.1.0
kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:20-alpine
commands:
- npm install
- npm run test:ci

View file

@ -1,6 +1,6 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import 'zone.js';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,