mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Simplify alias tooling and relax export sorting (#867)
* Simplify alias config * Restore export sorting overrides * save migration pattern * alias last minute updates * fix tests * improved import sorting * Implement typed event emitter (#869) * Implement typed event emitter * cr suggestion
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { formatUserId } from '@src/utils/formatUserId';
|
||||
import { formatUserId } from '@/utils/formatUserId';
|
||||
|
||||
describe('formatUserId', () => {
|
||||
// Test data constants for better maintainability
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { safeJsonParse, safeJsonStringify } from '@src/utils/jsonUtils';
|
||||
import { safeJsonParse, safeJsonStringify } from '@/utils/jsonUtils';
|
||||
|
||||
describe('JSON Utils', () => {
|
||||
describe('safeJsonParse', () => {
|
||||
|
||||
Reference in New Issue
Block a user