You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using chai-friendly and enums and I get errors about Expected an assignment or function call and instead saw an expression.. How to move on without this error but without disabling chai-friendly?
I have for example what's below and I get an issue.
enums.ts
export enum Something {
isWrong = "this is wrong"
}
Hello, I'm using chai-friendly and enums and I get errors about
Expected an assignment or function call and instead saw an expression.
. How to move on without this error but without disabling chai-friendly?I have for example what's below and I get an issue.
enums.ts
test.spec.js
The text was updated successfully, but these errors were encountered: