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:
|
kind: pipeline
|
||||||
build:
|
type: docker
|
||||||
image: fritteli/headless-nodejs:1.1.0
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install
|
||||||
|
image: node:20-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run test:ci
|
- 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
|
// 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 { getTestBed } from '@angular/core/testing';
|
||||||
import {
|
import {
|
||||||
BrowserDynamicTestingModule,
|
BrowserDynamicTestingModule,
|
||||||
|
|
Loading…
Reference in a new issue