Merge remote-tracking branch 'origin/master' into feat/cloud-sync-saika

This commit is contained in:
alt0
2023-01-09 15:38:25 +08:00
106 changed files with 196 additions and 653 deletions
+1 -1
View File
@@ -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();