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
|
# Snapshot report for `test/misc.js`
The actual snapshot is saved in `misc.js.snap`.
Generated by [AVA](https://avajs.dev).
## no explicit setting of preventAssignment
> Snapshot 1
[
{
code: 'PLUGIN_WARNING',
message: '@rollup/plugin-replace: \'preventAssignment\' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.',
plugin: 'replace',
toString: Function {},
},
]
> Snapshot 2
[]
> Snapshot 3
[]
|