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",
|
"extends": "@istanbuljs/nyc-config-typescript",
|
||||||
"all": true
|
"all": true,
|
||||||
|
"include": ["src/**"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,5 +3,5 @@ export enum EventType {
|
||||||
FileChanged,
|
FileChanged,
|
||||||
FileDeleted,
|
FileDeleted,
|
||||||
MessageReceived,
|
MessageReceived,
|
||||||
MessageSend
|
MessageSend,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue