mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 06:11:45 +00:00
chore: apply prettier on the entire project
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { isNoticeVersionActive } from '../../../src/systemNotices/service.js';
|
||||
import type { SystemNotice } from '../../../src/systemNotices/types.js';
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
const base: SystemNotice = {
|
||||
id: 'test-notice',
|
||||
display: 'modal',
|
||||
|
||||
Reference in New Issue
Block a user