Добавление прогона тестов для ПРов (#25)

This commit is contained in:
Nikolay
2020-12-27 12:50:12 +03:00
committed by GitHub
parent 2981b04a99
commit 9b915138b4
2 changed files with 72 additions and 64 deletions

View File

@ -1,10 +1,10 @@
export const enum TaskStatus {
export enum TaskStatus {
Progress = 'progress',
Removed = 'removed',
Done = 'done',
}
export const enum FolderType {
export enum FolderType {
Project = 'project',
Information = 'information',
}