From 59cb96f4260b4b8d53282332f84d1fba863090d9 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 22 Jan 2024 01:05:45 +0100 Subject: [PATCH] Tests dont run. --- .drone.yml | 10 +++++++--- src/test.ts | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5915355..663dc6a 100644 --- a/.drone.yml +++ b/.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 diff --git a/src/test.ts b/src/test.ts index 1631789..c9e9454 100644 --- a/src/test.ts +++ b/src/test.ts @@ -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,