mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Add missing snapshot
This commit is contained in:
parent
34821ff99e
commit
8a947cf15d
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,16 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`regionParser parses Satellite M's region.txt 1`] = `
|
||||
Object {
|
||||
"normal": Array [
|
||||
"4,0 271,0 271,116 4,116",
|
||||
"2,1 273,1 273,116 2,116",
|
||||
"1,2 274,2 274,116 1,116",
|
||||
"0,4 275,4 275,116 0,116",
|
||||
],
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`regionParser parses a complex file 1`] = `
|
||||
Object {
|
||||
"equalizer": Array [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue