mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
16 lines
211 B
JavaScript
16 lines
211 B
JavaScript
exports['stripIndent removes indent from literal string 1'] = `
|
|
first line
|
|
second line
|
|
third line
|
|
last line
|
|
`
|
|
|
|
exports['stripIndent can be used with nested message 1'] = `
|
|
first line
|
|
|
|
foo
|
|
bar
|
|
|
|
last line
|
|
`
|