mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
Merge remote-tracking branch 'origin/master' into feat/cloud-sync-saika
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { Workspaces } from './workspaces';
|
||||
export { Workspaces } from './workspaces.js';
|
||||
export type { WorkspacesScope, WorkspacesChangeEvent } from './workspaces';
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { describe, test, expect } from 'vitest';
|
||||
import { Workspaces } from './workspaces';
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { Workspaces } from './workspaces.js';
|
||||
import type { WorkspacesChangeEvent } from './workspaces';
|
||||
|
||||
describe('workspaces observable', () => {
|
||||
test.describe.serial('workspaces observable', () => {
|
||||
const workspaces = new Workspaces();
|
||||
|
||||
const scope = workspaces.createScope();
|
||||
|
||||
Reference in New Issue
Block a user