// Bun Snapshot v1, https://goo.gl/fbAQLP exports[`options matcher custom matcher 1`] = ` "
This is some amazing quote
" `; exports[`options matcher custom matcher 2`] = ` "This is some amazing quote
" `; exports[`options empty options 1`] = ` "Some note
Column A | Column B | Column C |
---|---|---|
Some | stuff |
Here is a typescript snippet
export function sum(a: number, b: number): number {
return a + b
}
"
`;