mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: prohibit import package itself (#2612)
Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @vitest-environment happy-dom
|
||||
*/
|
||||
import { DebugLogger } from '@affine/debug';
|
||||
import { describe, expect, test, vi } from 'vitest';
|
||||
|
||||
import { DebugLogger } from '..';
|
||||
|
||||
describe('debug', () => {
|
||||
test('disabled', () => {
|
||||
const logger = new DebugLogger('test');
|
||||
|
||||
Reference in New Issue
Block a user