UNPKG

@exodus/test-bundler

Version:

Test bundler for @exodus/test for barebone and browser engines

6 lines (4 loc) 214 B
// Used in expect toThrowMatchers // TODO: figure out if a better impl is actually needed export const formatStackTrace = (stack) => stack export const separateMessageFromStack = (content) => ({ stack: content })