// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`tables doesnt wrap floated tables 1`] = ` "
table table table
" `; exports[`tables doesnt wrap nested tables 1`] = ` "
table table table
table table table
" `; exports[`tables doesnt wrap tables that are already wrapped 1`] = ` "
table table table
" `; exports[`tables doesnt wrap tables that are not wikitables 1`] = ` "
table table table
table table table
" `; exports[`tables wraps multiple table with div 1`] = ` "
table table table
table table table
table table table
" `; exports[`tables wraps table with div 1`] = ` "
table table table
" `;