Tests dont run.

This commit is contained in:
Manuel Friedli 2024-01-22 01:05:45 +01:00
parent 36dc27ecd6
commit 59cb96f426
Signed by: manuel
GPG Key ID: 41D08ABA75634DA1
2 changed files with 8 additions and 4 deletions

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,