mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 08:09:52 +08:00
refactor: remove esm module (#1077)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { WorkspaceUnitCollection } from './workspace-unit-collection.js';
|
||||
import { describe, test, expect } from 'vitest';
|
||||
import { WorkspaceUnitCollection } from './workspace-unit-collection';
|
||||
import type { WorkspaceUnitCollectionChangeEvent } from './workspace-unit-collection';
|
||||
import { WorkspaceUnit } from './workspace-unit.js';
|
||||
import { WorkspaceUnit } from './workspace-unit';
|
||||
|
||||
test.describe.serial('workspace meta collection observable', () => {
|
||||
describe('workspace meta collection observable', () => {
|
||||
const workspaceUnitCollection = new WorkspaceUnitCollection();
|
||||
|
||||
const scope = workspaceUnitCollection.createScope();
|
||||
|
||||
Reference in New Issue
Block a user