website refactor
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import * as mod from '@core/notifications/domain/entities/Notification';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
describe('notifications/domain/entities/Notification.ts', () => {
|
||||
it('imports', () => {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import * as mod from '@core/notifications/domain/entities/NotificationPreference';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
describe('notifications/domain/entities/NotificationPreference.ts', () => {
|
||||
it('imports', () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { DomainError, CommonDomainErrorKind } from '@core/shared/errors/DomainError';
|
||||
import type { CommonDomainErrorKind, DomainError } from '@core/shared/errors/DomainError';
|
||||
|
||||
/**
|
||||
* Domain Error: NotificationDomainError
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { NotificationId } from './NotificationId';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { NotificationDomainError } from '../errors/NotificationDomainError';
|
||||
import { NotificationId } from './NotificationId';
|
||||
|
||||
describe('NotificationId', () => {
|
||||
it('creates a valid NotificationId from a non-empty string', () => {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { QuietHours } from './QuietHours';
|
||||
|
||||
describe('QuietHours', () => {
|
||||
|
||||
Reference in New Issue
Block a user