Skip to content

Commit

Permalink
Merge pull request #378 from jaredwray/removing-horizontal-logo-as-no…
Browse files Browse the repository at this point in the history
…t-needed

fixing docula issue
  • Loading branch information
jaredwray authored Nov 4, 2024
2 parents 1fd0f7d + 4089b57 commit cee6166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions test/airhorn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee6166

Please sign in to comment.