feat: initial tm-core pre-cleanup
This commit is contained in:
@@ -16,7 +16,12 @@ import {
|
||||
version
|
||||
} from '@tm/core';
|
||||
|
||||
import type { PlaceholderTask, TaskId, TaskPriority, TaskStatus } from '@tm/core';
|
||||
import type {
|
||||
PlaceholderTask,
|
||||
TaskId,
|
||||
TaskPriority,
|
||||
TaskStatus
|
||||
} from '@tm/core';
|
||||
|
||||
describe('tm-core smoke tests', () => {
|
||||
describe('package metadata', () => {
|
||||
@@ -45,7 +50,6 @@ describe('tm-core smoke tests', () => {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
describe('placeholder storage', () => {
|
||||
it('should perform basic storage operations', async () => {
|
||||
const storage = new PlaceholderStorage();
|
||||
|
||||
Reference in New Issue
Block a user