Tests dont run.
This commit is contained in:
parent
36dc27ecd6
commit
59cb96f426
2 changed files with 8 additions and 4 deletions
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue