Files
standardnotes-app-web/app/assets/javascripts/UIModels/AppState/EventSource.ts
Karol Sójko 2d3221c944 fix: running tests and adding tests to CI & CD (#1047)
* fix: running tests and adding tests to CI & CD

* fix: yarn.lock

* fix: alert service

* fix: ts-jest utils import
2022-05-24 11:06:17 +02:00

5 lines
57 B
TypeScript

export enum EventSource {
UserInteraction,
Script,
}