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
// This is equivalent of saying find all the test files, and call require on each dynamically so as to make sure they are all within the bundle generated by tests.
let testContext = (<{ context?: Function }>require).context('./', true, /\.test\.ts/);