mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
import { EditorCommands } from './datasource-commands';
|
|
|
|
describe('datasourceCommands', () => {
|
|
// it('should work', () => {
|
|
// expect(EditorCommands()).toEqual('datasource-commands');
|
|
// });
|
|
});
|