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,