From 4089b572743d907e8aba5febaacbe66bc4ed1a04 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 4 Nov 2024 10:53:31 -0800 Subject: [PATCH] fixing docula issue --- package.json | 2 +- test/airhorn.test.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42bcaee..effab21 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/node": "^22.7.4", "@vitest/coverage-v8": "^2.1.2", - "docula": "^0.9.3", + "docula": "^0.9.4", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "tsup": "^8.3.0", diff --git a/test/airhorn.test.ts b/test/airhorn.test.ts index 7d75545..21923b9 100644 --- a/test/airhorn.test.ts +++ b/test/airhorn.test.ts @@ -4,10 +4,9 @@ import { } from 'vitest'; import type * as admin from 'firebase-admin'; import {AirhornProviderType} from '../src/provider-type.js'; -import {Airhorn, type AirhornNotification, AirhornNotificationStatus} from '../src/airhorn.js'; +import {Airhorn} from '../src/airhorn.js'; import {FirebaseMessaging} from '../src/providers/firebase-messaging.js'; import { MongoStoreProvider } from '../src/store-providers/mongo.js'; -import { type CreateAirhornNotification } from '../src/store.js'; import {TestingData} from './testing-data.js'; // eslint-disable-next-line n/prefer-global/process