All files / src constants.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 910x   10x   10x     10x  
export const PRICING_URL = 'https://3dicomviewer.com/pricing';
 
export const SUPPORT_URL = 'https://3dicomviewer.com/contact-3dicom';
 
export const DEMO_BUCKET_URL = 'https://webgl-3dr.singular.health/demo';
 
export const EMAIL_REGEX =
  /^(([^<>()[\]\\.,;:\s@']+(\.[^<>()\\[\]\\.,;:\s@']+)*)|('.+'))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;