Limit tests to src/, run format
This commit is contained in:
parent
d342929284
commit
443589bfce
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
"all": true
|
||||
"all": true,
|
||||
"include": ["src/**"]
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ export enum EventType {
|
|||
FileChanged,
|
||||
FileDeleted,
|
||||
MessageReceived,
|
||||
MessageSend
|
||||
MessageSend,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue