1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# Snapshot report for `test/misc.js`
The actual snapshot is saved in `misc.js.snap`.
Generated by [AVA](https://ava.li).
## does not generate sourcemaps if disabled
> Snapshot 1
'Sourcemap is likely to be incorrect: a plugin (replace) was used to transform files, but didn\'t generate a sourcemap for the transformation. Consult the plugin documentation for help'
## generates sourcemaps
> Snapshot 1
{
character: 12,
column: 12,
line: 1,
}
> Snapshot 2
{
column: 15,
line: 1,
name: null,
source: 'other.js',
}
> Snapshot 3
{
character: 17,
column: 0,
line: 3,
}
> Snapshot 4
{
column: 0,
line: 2,
name: null,
source: 'main.js',
}
|