mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
22 lines
318 B
Plaintext
22 lines
318 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`API setup and teardown successfully loads budget 1`] = `
|
|
Array [
|
|
"2016-10",
|
|
"2016-11",
|
|
"2016-12",
|
|
"2017-01",
|
|
"2017-02",
|
|
"2017-03",
|
|
"2017-04",
|
|
"2017-05",
|
|
"2017-06",
|
|
"2017-07",
|
|
"2017-08",
|
|
"2017-09",
|
|
"2017-10",
|
|
"2017-11",
|
|
"2017-12",
|
|
]
|
|
`;
|