Limit tests to src/, run format

This commit is contained in:
Zoë Hoekstra 2022-10-09 13:33:57 +02:00
parent d342929284
commit 443589bfce
No known key found for this signature in database
GPG key ID: F9B7B7D8130F3323
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
"all": true,
"include": ["src/**"]
}

View file

@ -3,5 +3,5 @@ export enum EventType {
FileChanged,
FileDeleted,
MessageReceived,
MessageSend
MessageSend,
}