-
-
Notifications
You must be signed in to change notification settings - Fork 18
Handeling const enums? #792
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededswc-angularswc-angular-plugin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededswc-angularswc-angular-plugin
Type
Fields
Give feedbackNo fields configured for issues without a type.
Im look for advice of handleing
const enumdeclarations?I have a large definition file that contains
export const enumand when runing my angular jest tests these enums gets to be undefined at runtime.How should I handle that?